Exemplo n.º 1
0
 public virtual TArg GetValue(ref TInstance instance, IPropertyArg <TArg> arg)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 2
0
 public virtual void SetValue(ref TInstance instance, IPropertyArg <TArg> arg, TArg value)
 {
     throw new NotSupportedException();
 }