C# Класс MsgPack.Serialization.CollectionTraits

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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