public virtual void AddFieldIndices(ObjectIdContextImpl context)
        {
            ITraverseAspectCommand command = new _MarshallingInfoTraverseAspectCommand_414(context
                                                                                           , EnsureFieldList(context));

            TraverseAllAspects(context, command);
        }
예제 #2
0
 public virtual void AddFieldIndices(ObjectIdContextImpl context)
 {
     ITraverseAspectCommand command = new _MarshallingInfoTraverseAspectCommand_414(context
         , EnsureFieldList(context));
     TraverseAllAspects(context, command);
 }