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

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackKnownCollectionItemTypeAttribute(
	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