예제 #1
0
 public IRandomStringGenerationBuilder AllowCharacters(CharacterGroups characters)
 {
     this.allowedCharacters = new List <char>(CharacterGroup.Get(characters));
     return(this);
 }