C# Class MsgPack.Serialization.CollectionTraits

Afficher le fichier Open project: msgpack/msgpack-cli Class Usage Examples

Méthodes publiques

Свойство Type Description
AddMethod System.Reflection.MethodInfo
CountPropertyGetter System.Reflection.MethodInfo
DetailedCollectionType CollectionDetailedKind
ElementType System.Type
GetEnumeratorMethod System.Reflection.MethodInfo
NotCollection CollectionTraits
Unserializable CollectionTraits

Méthodes publiques

Méthode Description
CollectionTraits ( CollectionDetailedKind type, Type elementType, MethodInfo getEnumeratorMethod, MethodInfo addMethod, MethodInfo countPropertyGetter ) : System

Method Details

CollectionTraits() public méthode

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
Résultat System

Property Details

AddMethod public_oe property

public MethodInfo,System.Reflection AddMethod
Résultat System.Reflection.MethodInfo

CountPropertyGetter public_oe property

public MethodInfo,System.Reflection CountPropertyGetter
Résultat System.Reflection.MethodInfo

DetailedCollectionType public_oe property

public CollectionDetailedKind DetailedCollectionType
Résultat CollectionDetailedKind

ElementType public_oe property

public Type,System ElementType
Résultat System.Type

GetEnumeratorMethod public_oe property

public MethodInfo,System.Reflection GetEnumeratorMethod
Résultat System.Reflection.MethodInfo

NotCollection public_oe static_oe property

public static CollectionTraits,MsgPack.Serialization NotCollection
Résultat CollectionTraits

Unserializable public_oe static_oe property

public static CollectionTraits,MsgPack.Serialization Unserializable
Résultat CollectionTraits