Ejemplo n.º 1
0
    public object Call(object target)
    {
        object val = getter.Call(target);

        return(attr.Format(val));
    }