 | RandomizeType Enumeration |
Type of randomization
Namespace:
Koden.Utils.Models
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic enum RandomizeType
Public Enumeration RandomizeType
public enum class RandomizeType
Members
| Member name | Value | Description |
---|
| NumbersOnly | 0 |
The numbers only
|
| TextOnly | 1 |
The text only
|
| Either | 2 |
The either
|
See Also