Пример #1
0
 public void AcceptDelimiterBeginProtectionRegion(BeginProtectionRegion beginProtectionRegion, PrintContext parameter)
 {
     parameter.WriteLine("Begin Protection Region: {0}", beginProtectionRegion.RegionIndex);
     parameter.BeginLevel();
 }
Пример #2
0
 public virtual void AcceptDelimiterBeginProtectionRegion(BeginProtectionRegion beginProtectionRegion, T parameter)
 {
     // intentionally left blank
 }