Click or drag to resize
UnpackerReadNullableInt16 Method
Reads next nullable Int16 value from current stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[CLSCompliantAttribute(false)]
public virtual bool ReadNullableInt16(
	out Nullable<short> result
)

Parameters

result
Type: SystemNullableInt16

[Missing <param name="result"/> documentation for "M:MsgPack.Unpacker.ReadNullableInt16(System.Nullable{System.Int16}@)"]

Return Value

Type: Boolean
The nullable Int16 value read from current data source successfully.
Exceptions
ExceptionCondition
InvalidMessagePackStreamException Cannot read a value because the underlying stream unexpectedly ends.
MessageTypeException A value read from data source is not compatible for the nullable Int16 type.
See Also