C# Class Faker.Generator.NameGenerator

Inheritance: IStringGenerator
Show file Open project: diogolmenezes/Faker

Public Methods

Method Description
Get ( int number, int maxLength ) : string
NameGenerator ( ) : System.Collections.Generic

Method Details

Get() public method

public Get ( int number, int maxLength ) : string
number int
maxLength int
return string

NameGenerator() public method

public NameGenerator ( ) : System.Collections.Generic
return System.Collections.Generic