C# 클래스 MsgPack.Serialization.CollectionTraits

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

공개 프로퍼티들

프로퍼티 타입 설명
AddMethod System.Reflection.MethodInfo
CountPropertyGetter System.Reflection.MethodInfo
DetailedCollectionType CollectionDetailedKind
ElementType System.Type
GetEnumeratorMethod System.Reflection.MethodInfo
NotCollection CollectionTraits
Unserializable CollectionTraits

공개 메소드들

메소드 설명
CollectionTraits ( CollectionDetailedKind type, Type elementType, MethodInfo getEnumeratorMethod, MethodInfo addMethod, MethodInfo countPropertyGetter ) : System

메소드 상세

CollectionTraits() 공개 메소드

public CollectionTraits ( CollectionDetailedKind type, Type elementType, MethodInfo getEnumeratorMethod, MethodInfo addMethod, MethodInfo countPropertyGetter ) : System
type CollectionDetailedKind
elementType System.Type
getEnumeratorMethod System.Reflection.MethodInfo
addMethod System.Reflection.MethodInfo
countPropertyGetter System.Reflection.MethodInfo
리턴 System

프로퍼티 상세

AddMethod 공개적으로 프로퍼티

public MethodInfo,System.Reflection AddMethod
리턴 System.Reflection.MethodInfo

CountPropertyGetter 공개적으로 프로퍼티

public MethodInfo,System.Reflection CountPropertyGetter
리턴 System.Reflection.MethodInfo

DetailedCollectionType 공개적으로 프로퍼티

public CollectionDetailedKind DetailedCollectionType
리턴 CollectionDetailedKind

ElementType 공개적으로 프로퍼티

public Type,System ElementType
리턴 System.Type

GetEnumeratorMethod 공개적으로 프로퍼티

public MethodInfo,System.Reflection GetEnumeratorMethod
리턴 System.Reflection.MethodInfo

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

public static CollectionTraits,MsgPack.Serialization NotCollection
리턴 CollectionTraits

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

public static CollectionTraits,MsgPack.Serialization Unserializable
리턴 CollectionTraits