C# 클래스 SharpArch.Domain.Reflection.TypePropertyDescriptorCache

상속: ITypePropertyDescriptorCache
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the cache.

GetOrAdd ( Type type, TypePropertyDescriptor>.Func factory ) : TypePropertyDescriptor

Get existing property descriptor or create and cache it.

비공개 메소드들

메소드 설명
Find ( Type type ) : TypePropertyDescriptor

메소드 상세

Clear() 공개 메소드

Clears the cache.
public Clear ( ) : void
리턴 void

GetOrAdd() 공개 메소드

Get existing property descriptor or create and cache it.
or is .
public GetOrAdd ( Type type, TypePropertyDescriptor>.Func factory ) : TypePropertyDescriptor
type System.Type The type.
factory TypePropertyDescriptor>.Func The factory to create descriptor.
리턴 TypePropertyDescriptor