C# 클래스 StatePrinting.Introspection.HarvestInfoCache

Assume that types don't change at run-time. Cache harvested information.
상속: IDisposable
파일 보기 프로젝트 열기: kbilsted/StatePrinter 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
TryAdd ( Type type, ReflectionInfo fields ) : void
TryGet ( Type type ) : ReflectionInfo

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TryAdd() 공개 메소드

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

TryGet() 공개 메소드

public TryGet ( Type type ) : ReflectionInfo
type System.Type
리턴 ReflectionInfo