C# Class MsgPack.Serialization.CollectionTraits

Show file Open project: msgpack/msgpack-cli Class Usage Examples

Public Properties

Property Type Description
AddMethod System.Reflection.MethodInfo
CountPropertyGetter System.Reflection.MethodInfo
DetailedCollectionType CollectionDetailedKind
ElementType System.Type
GetEnumeratorMethod System.Reflection.MethodInfo
NotCollection CollectionTraits
Unserializable CollectionTraits

Public Methods

Method Description
CollectionTraits ( CollectionDetailedKind type, Type elementType, MethodInfo getEnumeratorMethod, MethodInfo addMethod, MethodInfo countPropertyGetter ) : System

Method Details

CollectionTraits() public method

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
return System

Property Details

AddMethod public property

public MethodInfo,System.Reflection AddMethod
return System.Reflection.MethodInfo

CountPropertyGetter public property

public MethodInfo,System.Reflection CountPropertyGetter
return System.Reflection.MethodInfo

DetailedCollectionType public property

public CollectionDetailedKind DetailedCollectionType
return CollectionDetailedKind

ElementType public property

public Type,System ElementType
return System.Type

GetEnumeratorMethod public property

public MethodInfo,System.Reflection GetEnumeratorMethod
return System.Reflection.MethodInfo

NotCollection public static property

public static CollectionTraits,MsgPack.Serialization NotCollection
return CollectionTraits

Unserializable public static property

public static CollectionTraits,MsgPack.Serialization Unserializable
return CollectionTraits