C# 클래스 MsgPack.Serialization.MessagePackKnownTypeAttribute

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initializes a new instance of the MessagePackKnownTypeAttribute class.

메소드 상세

MessagePackKnownTypeAttribute() 공개 메소드

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 .
리턴 System