ReadArrayOfCompact Method
ReadArrayOfCompact<T>(string)
Reads a ArrayOfCompact field.
Declaration
T?[]? ReadArrayOfCompact<T>(string name)
Parameters
string | name | The name of the field. |
Returns
T[] | The value of the field. |
Type Parameters
T | The expected type of the objects. |