Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Nullable<MessagePackObject> ReadItem()
Public Function ReadItem As Nullable(Of MessagePackObject)
public:
Nullable<MessagePackObject> ReadItem()
member ReadItem : unit -> Nullable<MessagePackObject>
Return Value
Type:
NullableMessagePackObject
A read item or collection from the stream.
Or
null when stream is ended.
See Also