C# Class Revenj.Bench.Fortunes

Afficher le fichier Open project: TechEmpower/FrameworkBenchmarks Class Usage Examples

Private Properties

Свойство Type Description
Write void

Méthodes publiques

Méthode 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

Méthode Description
Write ( string what ) : void

Method Details

Fortunes() public méthode

public Fortunes ( string>.List arg ) : System.Collections.Generic
arg string>.List
Résultat System.Collections.Generic

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Render() public méthode

public Render ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

Show() public méthode

public Show ( int what ) : void
what int
Résultat void

Show() public méthode

public Show ( string what ) : void
what string
Résultat void

TransformText() public méthode

public TransformText ( ) : string
Résultat string