C# Class Groves.Reflection.MemberInfoHelpers

Member info helpers
Afficher le fichier Open project: tomzorz/Groves

Méthodes publiques

Méthode Description
GetValue ( this mi, object on ) : object

Gets value by grabbing the exact thing that a memberinfo represents

Method Details

GetValue() public static méthode

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
Résultat object