C# Class Revenj.Bench.Fortunes

Show file Open project: TechEmpower/FrameworkBenchmarks Class Usage Examples

Private Properties

Property Type Description
Write void

Public Methods

Method Description
Fortunes ( string>.List arg ) : System.Collections.Generic
Initialize ( ) : void
Render ( TextWriter writer ) : void
Show ( int what ) : void
Show ( string what ) : void
TransformText ( ) : string

Private Methods

Method Description
Write ( string what ) : void

Method Details

Fortunes() public method

public Fortunes ( string>.List arg ) : System.Collections.Generic
arg string>.List
return System.Collections.Generic

Initialize() public method

public Initialize ( ) : void
return void

Render() public method

public Render ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

Show() public method

public Show ( int what ) : void
what int
return void

Show() public method

public Show ( string what ) : void
what string
return void

TransformText() public method

public TransformText ( ) : string
return string