コード例 #1
0
ファイル: Cmdlets.cs プロジェクト: jack23912/AnsiColorOut
 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);
 }
コード例 #2
0
ファイル: Cmdlets.cs プロジェクト: jack23912/AnsiColorOut
 protected override void EndProcessing()
 {
     AnsiColorOut.SetMatcherColors <T>(Colors);
 }