public virtual void DeleteMembers(DeleteContextImpl context, bool isUpdate)
        {
            ITraverseAspectCommand command = new _MarshallingInfoTraverseAspectCommand_438(context
                                                                                           , isUpdate, EnsureFieldList(context));

            TraverseAllAspects(context, command);
        }
 public virtual void DeleteMembers(DeleteContextImpl context, bool isUpdate)
 {
     ITraverseAspectCommand command = new _MarshallingInfoTraverseAspectCommand_438(context
         , isUpdate, EnsureFieldList(context));
     TraverseAllAspects(context, command);
 }