Click or drag to resize
MessagePackKnownTypeAttribute Constructor
Initializes a new instance of the MessagePackKnownTypeAttribute class.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackKnownTypeAttribute(
	string typeCode,
	Type bindingType
)

Parameters

typeCode
Type: SystemString
A string type code to be bound.
bindingType
Type: SystemType
The binding Type for typeCode.
See Also