| MessagePackObjectAsBinary Method | 
            	Convert this instance to 
Byte[] instance.
            
 
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
 Syntax
SyntaxPublic Function AsBinary As Byte()
public:
array<unsigned char>^ AsBinary()
member AsBinary : unit -> byte[] 
Return Value
Type: 
ByteByte[] instance corresponds to this instance.
 See Also
See Also