Пример #1
0
 public object InvalidMethod(NVelocity.Context.IContext context, string reference, object object_Renamed, string method, NVelocity.Util.Introspection.Info info)
 {
     return("InvalidMethod:" + reference);
 }
Пример #2
0
 public bool InvalidSetMethod(NVelocity.Context.IContext context, string leftreference, string rightreference, NVelocity.Util.Introspection.Info info)
 {
     return(true);
 }