C# 클래스 Pomona.Example.Words

파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
GetAnimalWithPersonality ( Random rng ) : string
GetBandName ( Random rng ) : string
GetCoolInstrument ( Random rng ) : string
GetCritterHealthDiagnosis ( Random rng, string critterName ) : string
GetSpecialWeapon ( Random rng ) : string

비공개 메소드들

메소드 설명
FirstToUpper ( string text ) : string
GetAdjective ( Random rng ) : string
ParseToList ( string rawText ) : List
Words ( ) : System

메소드 상세

GetAnimalWithPersonality() 공개 정적인 메소드

public static GetAnimalWithPersonality ( Random rng ) : string
rng System.Random
리턴 string

GetBandName() 공개 정적인 메소드

public static GetBandName ( Random rng ) : string
rng System.Random
리턴 string

GetCoolInstrument() 공개 정적인 메소드

public static GetCoolInstrument ( Random rng ) : string
rng System.Random
리턴 string

GetCritterHealthDiagnosis() 공개 정적인 메소드

public static GetCritterHealthDiagnosis ( Random rng, string critterName ) : string
rng System.Random
critterName string
리턴 string

GetSpecialWeapon() 공개 정적인 메소드

public static GetSpecialWeapon ( Random rng ) : string
rng System.Random
리턴 string