UtilWriteAllT(Type, IListT) Method

Write List of objects into array of struct in byte array. Note: does not work with stucts containing VARSTR fields and STRUCT fields.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public static byte[] WriteAll<T>(
	Type t,
	IList<T> lst
)

Parameters

t  Type
Type.
lst  IListT
List of objects.

Type Parameters

T
Type.

Return Value

Byte
Byte array.

Exceptions

RecordExceptionIf problem with record definition.

See Also