C# Class Faker.Sports

Static class for sport generation
Exibir arquivo Open project: FermJacob/Faker.Data

Public Methods

Method Description
SportType ( ) : string

Grab a random sport type

SportTypes ( ) : List

Gets a list of sport types

SportTypes ( int number ) : List

Gets a list of sport types

Method Details

SportType() public static method

Grab a random sport type
public static SportType ( ) : string
return string

SportTypes() public static method

Gets a list of sport types
public static SportTypes ( ) : List
return List

SportTypes() public static method

Gets a list of sport types
public static SportTypes ( int number ) : List
number int Number of times
return List