C# 클래스 ODiff.Extensions.PropertyInfoExtensions

파일 보기 프로젝트 열기: goeran/ODiff

공개 메소드들

메소드 설명
Exists ( this property ) : bool
GetValue ( this property, Object obj ) : Object
IsIndexerProperty ( this property ) : bool
IsList ( this property ) : bool

메소드 상세

Exists() 공개 정적인 메소드

public static Exists ( this property ) : bool
property this
리턴 bool

GetValue() 공개 정적인 메소드

public static GetValue ( this property, Object obj ) : Object
property this
obj Object
리턴 Object

IsIndexerProperty() 공개 정적인 메소드

public static IsIndexerProperty ( this property ) : bool
property this
리턴 bool

IsList() 공개 정적인 메소드

public static IsList ( this property ) : bool
property this
리턴 bool