Beispiel #1
0
 public virtual void ProcessAspect(ClassAspect aspect, int currentSlot)
 {
     if (Accept(aspect))
     {
         ProcessAspect(aspect, currentSlot, _marshallingInfo.IsNull(currentSlot));
     }
     _marshallingInfo.BeginSlot();
 }
 public void BeginSlot()
 {
     context.BeginSlot();
 }