| MessagePackKnownTupleItemTypeAttribute Constructor | 
 
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
 Syntax
Syntaxpublic MessagePackKnownTupleItemTypeAttribute(
	int itemNumber,
	string typeCode,
	Type bindingType
)
Public Sub New ( 
	itemNumber As Integer,
	typeCode As String,
	bindingType As Type
)
public:
MessagePackKnownTupleItemTypeAttribute(
	int itemNumber, 
	String^ typeCode, 
	Type^ bindingType
)
new : 
        itemNumber : int * 
        typeCode : string * 
        bindingType : Type -> MessagePackKnownTupleItemTypeAttributeParameters
- itemNumber
- Type: SystemInt32
 The 1-based target item number of the tuple. The attribute which has invalid value should be ignored.
- typeCode
- Type: SystemString
 A string type code to be bound.
- bindingType
- Type: SystemType
 The binding Type for typeCode.
 See Also
See Also