예제 #1
0
 protected override void EndProcessing()
 {
     foreach (var res in FormatManager.End())
     {
         WriteObject(res);
     }
 }