ReadInt16 Method
ReadInt16(string)
Reads a Int16 or NullableInt16 field.
Declaration
short ReadInt16(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 the value is null
.