Click or drag to resize
MessagePackObject Constructor (String)
Initializes a new instance of the MessagePackObject type which wraps String instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObject(
	string value
)

Parameters

value
Type: SystemString
A MessagePackObject value to be wrapped.
See Also