ReadArrayOfNullableInt16 Method
ReadArrayOfNullableInt16(string)
Reads a ArrayOfNullableInt16 or ArrayOfInt16 field.
Declaration
short?[]? ReadArrayOfNullableInt16(string name)
Parameters
string | name | The name of the field. |
Returns
short?[] | The value of the field. |