C# Class Internals.Mapping.DictionaryConverterCache

Caches the type converter instances
Afficher le fichier Open project: phatboyg/Internals Class Usage Examples

Méthodes publiques

Méthode Description
DictionaryConverterCache ( ) : System
GetConverter ( Type type ) : DictionaryConverter

Private Methods

Méthode Description
CreateMissingConverter ( Type key ) : DictionaryConverter

Method Details

DictionaryConverterCache() public méthode

public DictionaryConverterCache ( ) : System
Résultat System

GetConverter() public méthode

public GetConverter ( Type type ) : DictionaryConverter
type System.Type
Résultat DictionaryConverter