C# Class MsgPack.Serialization.MessagePackKnownTypeAttribute

Inheritance: System.Attribute, IPolymorphicKnownTypeAttribute
Show file Open project: msgpack/msgpack-cli

Private Properties

Property Type Description

Public Methods

Method Description
MessagePackKnownTypeAttribute ( string typeCode, Type bindingType ) : System

Initializes a new instance of the MessagePackKnownTypeAttribute class.

Method Details

MessagePackKnownTypeAttribute() public method

Initializes a new instance of the MessagePackKnownTypeAttribute class.
public MessagePackKnownTypeAttribute ( string typeCode, Type bindingType ) : System
typeCode string A string type code to be bound.
bindingType System.Type The binding for .
return System