C# Class StatePrinting.Introspection.HarvestInfoCache

Assume that types don't change at run-time. Cache harvested information.
Inheritance: IDisposable
Afficher le fichier Open project: kbilsted/StatePrinter Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
TryAdd ( Type type, ReflectionInfo fields ) : void
TryGet ( Type type ) : ReflectionInfo

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

TryAdd() public méthode

public TryAdd ( Type type, ReflectionInfo fields ) : void
type System.Type
fields ReflectionInfo
Résultat void

TryGet() public méthode

public TryGet ( Type type ) : ReflectionInfo
type System.Type
Résultat ReflectionInfo