C# Class RandomGen.TextLink

Inheritance: IText
Show file Open project: aliostad/RandomGen

Public Methods

Method Description
Length ( int length ) : Func
Long ( ) : Func
Naughty ( ) : Func
Short ( ) : Func
VeryLong ( ) : Func
Words ( ) : Func

Private Methods

Method Description
GetNaughtyWords ( ) : string[]
GetWords ( ) : string[]
TextLink ( RandomLink random ) : System

Method Details

Length() public method

public Length ( int length ) : Func
length int
return Func

Long() public method

public Long ( ) : Func
return Func

Naughty() public method

public Naughty ( ) : Func
return Func

Short() public method

public Short ( ) : Func
return Func

VeryLong() public method

public VeryLong ( ) : Func
return Func

Words() public method

public Words ( ) : Func
return Func