C# Class Faker.Sports

Static class for sport generation
Afficher le fichier Open project: FermJacob/Faker.Data

Méthodes publiques

Méthode 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 méthode

Grab a random sport type
public static SportType ( ) : string
Résultat string

SportTypes() public static méthode

Gets a list of sport types
public static SportTypes ( ) : List
Résultat List

SportTypes() public static méthode

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