C# Class qtools.Core.CLI.JsonReporter

Inheritance: IReporter
显示文件 Open project: jondot/qtools Class Usage Examples

Public Methods

Method Description
JsonReporter ( IEnumerable qs ) : System.Collections.Generic
Report ( IOutput output ) : void

Method Details

JsonReporter() public method

public JsonReporter ( IEnumerable qs ) : System.Collections.Generic
qs IEnumerable
return System.Collections.Generic

Report() public method

public Report ( IOutput output ) : void
output IOutput
return void