C# Класс NServiceBus.XmlSerializerCache

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

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

Свойство Тип Описание
typeToFields IEnumerable>.ConcurrentDictionary
typeToProperties IEnumerable>.ConcurrentDictionary
typesToCreateForArrays Type>.ConcurrentDictionary
typesToCreateForEnumerables Type>.ConcurrentDictionary

Открытые методы

Метод Описание
InitType ( Type t ) : void

Приватные методы

Метод Описание
GetAllFieldsForType ( Type t ) : System.Reflection.FieldInfo[]
GetAllPropertiesForType ( Type t, bool isKeyValuePair ) : System.Reflection.PropertyInfo[]

Описание методов

InitType() публичный Метод

public InitType ( Type t ) : void
t System.Type
Результат void

Описание свойств

typeToFields публичное свойство

public ConcurrentDictionary> typeToFields
Результат IEnumerable>.ConcurrentDictionary

typeToProperties публичное свойство

public ConcurrentDictionary> typeToProperties
Результат IEnumerable>.ConcurrentDictionary

typesToCreateForArrays публичное свойство

public ConcurrentDictionary typesToCreateForArrays
Результат Type>.ConcurrentDictionary

typesToCreateForEnumerables публичное свойство

public ConcurrentDictionary typesToCreateForEnumerables
Результат Type>.ConcurrentDictionary