C# 클래스 Guidelines.Core.ObjectExtensions

파일 보기 프로젝트 열기: basicdays/Guidelines

공개 메소드들

메소드 설명
GetPropertyValue ( this o, string propertyName ) : object
HasAttribute ( this obj, Type attributeType ) : bool

메소드 상세

GetPropertyValue() 공개 정적인 메소드

public static GetPropertyValue ( this o, string propertyName ) : object
o this
propertyName string
리턴 object

HasAttribute() 공개 정적인 메소드

public static HasAttribute ( this obj, Type attributeType ) : bool
obj this
attributeType System.Type
리턴 bool