C# 클래스 MsgPack.Serialization.MessagePackKnownDictionaryKeyTypeAttribute

상속: System.Attribute, IPolymorphicKnownTypeAttribute
파일 보기 프로젝트 열기: msgpack/msgpack-cli

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MessagePackKnownDictionaryKeyTypeAttribute ( string typeCode, Type bindingType ) : System

Initializes a new instance of the MessagePackKnownDictionaryKeyTypeAttribute class.

메소드 상세

MessagePackKnownDictionaryKeyTypeAttribute() 공개 메소드

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