Ejemplo n.º 1
0
 protected override void EndProcessing()
 {
     // The second parameter in WriteObject tells PS to enumerate the array,
     // sending one object at a time to the pipeline.
     WriteObject(AnsiColorOut.GetMatchColors <T>(), true);
 }
Ejemplo n.º 2
0
 protected override void EndProcessing()
 {
     AnsiColorOut.SetMatcherColors <T>(Colors);
 }