Beispiel #1
0
 public int Integer() => _valueGenerator.ValueOf <int>();
Beispiel #2
0
 public char Char() => _valueGenerator.ValueOf <char>();
 public Uri Uri()
 {
     return(_allGeneratorValueGenerator.ValueOf <Uri>());
 }
 public string String() => _valueGenerator.ValueOf <string>();
Beispiel #5
0
 public IPAddress IpAddress()
 {
     return(_valueGenerator.ValueOf <IPAddress>());
 }