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