C# 클래스 MsgPack.Serialization.MessagePackMemberAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: msgpack/msgpack-cli 1 사용 예제들

공개 메소드들

메소드 설명
MessagePackMemberAttribute ( int id ) : System

Initializes a new instance of the MessagePackMemberAttribute class.

메소드 상세

MessagePackMemberAttribute() 공개 메소드

Initializes a new instance of the MessagePackMemberAttribute class.
public MessagePackMemberAttribute ( int id ) : System
id int /// The ID of the member. This value cannot be negative and must be unique in the type. ///
리턴 System