C# Class NServiceBus.XmlSerializerCache

Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Свойство Type Description
typeToFields IEnumerable>.ConcurrentDictionary
typeToProperties IEnumerable>.ConcurrentDictionary
typesToCreateForArrays Type>.ConcurrentDictionary
typesToCreateForEnumerables Type>.ConcurrentDictionary

Méthodes publiques

Méthode Description
InitType ( Type t ) : void

Private Methods

Méthode Description
GetAllFieldsForType ( Type t ) : System.Reflection.FieldInfo[]
GetAllPropertiesForType ( Type t, bool isKeyValuePair ) : System.Reflection.PropertyInfo[]

Method Details

InitType() public méthode

public InitType ( Type t ) : void
t System.Type
Résultat void

Property Details

typeToFields public_oe property

public ConcurrentDictionary> typeToFields
Résultat IEnumerable>.ConcurrentDictionary

typeToProperties public_oe property

public ConcurrentDictionary> typeToProperties
Résultat IEnumerable>.ConcurrentDictionary

typesToCreateForArrays public_oe property

public ConcurrentDictionary typesToCreateForArrays
Résultat Type>.ConcurrentDictionary

typesToCreateForEnumerables public_oe property

public ConcurrentDictionary typesToCreateForEnumerables
Résultat Type>.ConcurrentDictionary