MetaCollectionType Enumeration
Namespace: DevCase.Core.Math.CombinatoricsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum MetaCollectionType
Public Enumeration MetaCollectionType
Dim instance As MetaCollectionType
public enum class MetaCollectionType
No code example is currently available or this language may not be supported.
WithoutRepetition |
0 |
Do not generate additional sets.
This is the typical implementation.
|
WithRepetition |
1 |
Generate additional sets even if repetition is required.
|