C# Class System.Perf.StringBuilding.StringRunner

Inheritance: IStringRunner
Show file Open project: Orcomp/NPerf

Public Methods

Method Description
Concat ( string s ) : void
ConcatFormat ( string format ) : void
StringRunner ( ) : System

Method Details

Concat() public method

public Concat ( string s ) : void
s string
return void

ConcatFormat() public method

public ConcatFormat ( string format ) : void
format string
return void

StringRunner() public method

public StringRunner ( ) : System
return System