Click or drag to resize
GenExtensionsIdentifier Property
Generates a string that starts with a lower-case alpha character, and only contains alphanumerical characters.

Namespace: FsCheckUtils
Assembly: FsCheckUtils (in FsCheckUtils.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static Gen<string> Identifier { get; }

Return Value

Type: GenString
A generator that generates an identifier.
See Also