C# 클래스 MsgPack.Serialization.DataMemberContract.DataMemberContract

파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 프로퍼티들

프로퍼티 타입 설명
Null MsgPack.Serialization.DataMemberContract

공개 메소드들

메소드 설명
DataMemberContract ( ) : System
DataMemberContract ( MemberInfo member ) : System

Initializes a new instance of the DataMemberContract struct.

DataMemberContract ( MemberInfo member, MessagePackMemberAttribute attribute ) : System

Initializes a new instance of the DataMemberContract struct from MessagePackMemberAttribute.

DataMemberContract ( MemberInfo member, string name, NilImplication nilImplication, int id ) : System

Initializes a new instance of the DataMemberContract struct.

메소드 상세

DataMemberContract() 공개 메소드

public DataMemberContract ( ) : System
리턴 System

DataMemberContract() 공개 메소드

Initializes a new instance of the DataMemberContract struct.
public DataMemberContract ( MemberInfo member ) : System
member System.Reflection.MemberInfo The target member.
리턴 System

DataMemberContract() 공개 메소드

Initializes a new instance of the DataMemberContract struct from MessagePackMemberAttribute.
public DataMemberContract ( MemberInfo member, MessagePackMemberAttribute attribute ) : System
member System.Reflection.MemberInfo The target member.
attribute MessagePackMemberAttribute The MessagePack member attribute.
리턴 System

DataMemberContract() 공개 메소드

Initializes a new instance of the DataMemberContract struct.
public DataMemberContract ( MemberInfo member, string name, NilImplication nilImplication, int id ) : System
member System.Reflection.MemberInfo The target member.
name string The name of member.
nilImplication NilImplication The implication of the nil value for the member.
id int The ID of the member. This value cannot be negative and must be unique in the type.
리턴 System

프로퍼티 상세

Null 공개적으로 정적으로 프로퍼티

Null object.
public static DataMemberContract,MsgPack.Serialization Null
리턴 MsgPack.Serialization.DataMemberContract