C# 클래스 Rebel.Framework.TypeMapping.PropertyCache

Used to lookup property descriptors for types/object and cache them internal so we don't need to look them up again
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
GetProperties ( Type type ) : PropertyDescriptorCollection
GetProperties ( this o ) : PropertyDescriptorCollection

메소드 상세

GetProperties() 공개 정적인 메소드

public static GetProperties ( Type type ) : PropertyDescriptorCollection
type System.Type
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 정적인 메소드

public static GetProperties ( this o ) : PropertyDescriptorCollection
o this
리턴 System.ComponentModel.PropertyDescriptorCollection