Click or drag to resize

ConversionsStructuresToBytesT Method

Marshals data from a list of managed object of a specified type to array of bytes.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static byte[] StructuresToBytes<T>(
	IEnumerable<T> structures
)

Parameters

structures
Type: System.Collections.GenericIEnumerableT
The structures.

Type Parameters

T
The structure type.

Return Value

Type: Byte
An array of bytes.
See Also