ConversionsStructuresToBytesT Method |
Marshals data from a list of managed object of a specified type to array of bytes.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
ByteAn array of bytes.
See Also