GetValue() public method

public GetValue ( object target ) : object
target object
return object
Example #1
0
 public object GetValue(object target)
 {
     return(_getter.GetValue(target));
 }