C# Class StatePrinting.Introspection.HarvestInfoCache

Assume that types don't change at run-time. Cache harvested information.
Inheritance: IDisposable
显示文件 Open project: kbilsted/StatePrinter Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
TryAdd ( Type type, ReflectionInfo fields ) : void
TryGet ( Type type ) : ReflectionInfo

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TryAdd() public method

public TryAdd ( Type type, ReflectionInfo fields ) : void
type System.Type
fields ReflectionInfo
return void

TryGet() public method

public TryGet ( Type type ) : ReflectionInfo
type System.Type
return ReflectionInfo