C# Class RandomGen.NamesLink

Inheritance: INames
Show file Open project: aliostad/RandomGen

Public Methods

Method Description
Female ( ) : Func
First ( ) : Func
Full ( ) : Func
Male ( ) : Func
Surname ( ) : Func

Private Methods

Method Description
GetFemaleNames ( ) : string[]
GetMaleNames ( ) : string[]
GetSurnames ( ) : string[]
NamesLink ( RandomLink random ) : System

Method Details

Female() public method

public Female ( ) : Func
return Func

First() public method

public First ( ) : Func
return Func

Full() public method

public Full ( ) : Func
return Func

Male() public method

public Male ( ) : Func
return Func

Surname() public method

public Surname ( ) : Func
return Func