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