ReadCompact Method
ReadCompact<T>(string)
Reads a Compact field.
Declaration
T? ReadCompact<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 object. |