You are here: Start » AVL.NET » Serializer.Read Method

Serializer.Read Method

Reads a single enum value from a memory.

Namespace:AvlNet.Serialization
Assembly:AVL.NET.TS.dll

Syntax

public static void Read<T>
(
	System.IntPtr data,
	T value
)

Parameters

Name Type Range Default Description
dataSystem.IntPtr
valueT

Function Overrides

See also