Example #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);
 }
Example #2
0
 protected override void EndProcessing()
 {
     AnsiColorOut.SetMatcherColors <T>(Colors);
 }