C# 클래스 BoC.Extensions.TypeExtensions

파일 보기 프로젝트 열기: csteeg/BoC

공개 메소드들

메소드 설명
IsGenericAssignableFrom ( this genericType, Type other ) : bool
PropertyExists ( this type, string propertyName ) : bool

메소드 상세

IsGenericAssignableFrom() 공개 정적인 메소드

public static IsGenericAssignableFrom ( this genericType, Type other ) : bool
genericType this
other System.Type
리턴 bool

PropertyExists() 공개 정적인 메소드

public static PropertyExists ( this type, string propertyName ) : bool
type this
propertyName string
리턴 bool