Ejemplo n.º 1
0
 private static object GetErrorsMethod(IList <Type> types, object[] objects, IDataContext arg3)
 {
     //The first argument must always be an identifier.
     return(BindingExtensions.GetErrorsImpl((Guid)objects[0], arg3, objects));
 }