Example #1
0
 public List <string> LastNames(int count) => RandomAmerican.LastNames(count);
Example #2
0
 public List <string> FirstNames(int count) => RandomAmerican.FirstNames(count);
Example #3
0
 public List <string> Female1stNames(int count) => RandomAmerican.Female1stNames(count);
Example #4
0
 public string       FullName() => RandomAmerican.FullName();
Example #5
0
 public string       LastName() => RandomAmerican.LastName();
Example #6
0
 public string       Female1stName() => RandomAmerican.Female1stName();
Example #7
0
 public string       Male1stName() => RandomAmerican.Male1stName();
Example #8
0
 public string       FirstName() => RandomAmerican.FirstName();