C# Class Groves.Reflection.MemberInfoHelpers

Member info helpers
显示文件 Open project: tomzorz/Groves

Public Methods

Method Description
GetValue ( this mi, object on ) : object

Gets value by grabbing the exact thing that a memberinfo represents

Method Details

GetValue() public static method

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
return object