C# Class fitnesse.slim.test.SomeScript

显示文件 Open project: jediwhale/fitsharp

Public Methods

Method Description
FirstHash ( string>.Dictionary hash ) : string
One ( int i ) : void
SomeDictionary ( ) : string>.Dictionary
StringOf ( int count ) : string
Three ( string i ) : void
Two ( string i ) : void

Private Methods

Method Description
WriteStuff ( ) : void

Method Details

FirstHash() public method

public FirstHash ( string>.Dictionary hash ) : string
hash string>.Dictionary
return string

One() public method

public One ( int i ) : void
i int
return void

SomeDictionary() public method

public SomeDictionary ( ) : string>.Dictionary
return string>.Dictionary

StringOf() public method

public StringOf ( int count ) : string
count int
return string

Three() public method

public Three ( string i ) : void
i string
return void

Two() public method

public Two ( string i ) : void
i string
return void