C# 클래스 Groves.Reflection.MemberInfoHelpers

Member info helpers
파일 보기 프로젝트 열기: tomzorz/Groves

공개 메소드들

메소드 설명
GetValue ( this mi, object on ) : object

Gets value by grabbing the exact thing that a memberinfo represents

메소드 상세

GetValue() 공개 정적인 메소드

Gets value by grabbing the exact thing that a memberinfo represents
Member not found by the given memberinfo.
public static GetValue ( this mi, object on ) : object
mi this memberinfo
on object object to look on
리턴 object