Click or drag to resize
MessagePackObject Constructor
Overload List
  NameDescription
Public methodMessagePackObject(Boolean)
Initializes a new instance of the MessagePackObject type which wraps Boolean instance.
Public methodMessagePackObject(Byte)
Initializes a new instance of the MessagePackObject type which wraps Byte instance.
Public methodMessagePackObject(Byte)
Initializes a new instance of the Byte[] type which wraps Byte[] instance with specified manner.
Public methodMessagePackObject(Double)
Initializes a new instance of the MessagePackObject type which wraps Double instance.
Public methodMessagePackObject(Int16)
Initializes a new instance of the MessagePackObject type which wraps Int16 instance.
Public methodMessagePackObject(Int32)
Initializes a new instance of the MessagePackObject type which wraps Int32 instance.
Public methodMessagePackObject(Int64)
Initializes a new instance of the MessagePackObject type which wraps Int64 instance.
Public methodMessagePackObject(SByte)
Initializes a new instance of the MessagePackObject type which wraps SByte instance.
Public methodMessagePackObject(Single)
Initializes a new instance of the MessagePackObject type which wraps Single instance.
Public methodMessagePackObject(String)
Initializes a new instance of the MessagePackObject type which wraps String instance.
Public methodMessagePackObject(UInt16)
Initializes a new instance of the MessagePackObject type which wraps UInt16 instance.
Public methodMessagePackObject(UInt32)
Initializes a new instance of the MessagePackObject type which wraps UInt32 instance.
Public methodMessagePackObject(UInt64)
Initializes a new instance of the MessagePackObject type which wraps UInt64 instance.
Public methodMessagePackObject(MessagePackExtendedTypeObject)
Initializes a new instance of the MessagePackObject type which wraps MessagePackExtendedTypeObject instance.
Public methodMessagePackObject(IListMessagePackObject)
Public methodMessagePackObject(MessagePackObjectDictionary)
Initializes a new instance wraps MessagePackObjectDictionary.
Public methodMessagePackObject(Byte, Boolean)
Initializes a new instance of the Byte[] type which wraps Byte[] instance with specified manner.
Public methodMessagePackObject(IListMessagePackObject, Boolean)
Public methodMessagePackObject(MessagePackObjectDictionary, Boolean)
Initializes a new instance wraps MessagePackObjectDictionary.
Top
See Also