Click or drag to resize
MessagePackExtendedTypeObjectGetBody Method
Gets a copy of the binary value portion of this object.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public byte[] GetBody()

Field Value

Type: Byte
A copy of the binary value portion of this object. This value will not be null.

Return Value

Type: Byte

[Missing <returns> documentation for "M:MsgPack.MessagePackExtendedTypeObject.GetBody"]

See Also