Click or drag to resize
PronounceableGeneratorGenerate Method (Int32, IReadOnlyCollectionISetChar, FuncString, Boolean)

Namespace: MlkPwgen
Assembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax
public static string Generate(
	int length,
	IReadOnlyCollection<ISet<char>> requiredSets,
	Func<string, bool> predicate
)

Parameters

length
Type: SystemInt32
requiredSets
Type: System.Collections.GenericIReadOnlyCollectionISetChar
predicate
Type: SystemFuncString, Boolean

Return Value

Type: String
See Also