C# 클래스 fitnesse.slim.test.SomeScript

파일 보기 프로젝트 열기: jediwhale/fitsharp

공개 메소드들

메소드 설명
FirstHash ( string>.Dictionary hash ) : string
One ( int i ) : void
SomeDictionary ( ) : string>.Dictionary
StringOf ( int count ) : string
Three ( string i ) : void
Two ( string i ) : void

비공개 메소드들

메소드 설명
WriteStuff ( ) : void

메소드 상세

FirstHash() 공개 메소드

public FirstHash ( string>.Dictionary hash ) : string
hash string>.Dictionary
리턴 string

One() 공개 메소드

public One ( int i ) : void
i int
리턴 void

SomeDictionary() 공개 메소드

public SomeDictionary ( ) : string>.Dictionary
리턴 string>.Dictionary

StringOf() 공개 메소드

public StringOf ( int count ) : string
count int
리턴 string

Three() 공개 메소드

public Three ( string i ) : void
i string
리턴 void

Two() 공개 메소드

public Two ( string i ) : void
i string
리턴 void