ReadArrayOfInt16 Method
ReadArrayOfInt16(string)
Reads a ArrayOfInt16 or ArrayOfNullableInt16 field.
Declaration
short[]? ReadArrayOfInt16(string name)
Parameters
string | name | The name of the field. |
Returns
short[] | The value of the field. |
Remarks
Throws a SerializationException if the field is nullable and a value is null
.