Enum SetPatternAttributes
Defines allp ossible set pattern matching rules.
[Flags]
public enum SetPatternAttributes
Fields
FixedOrder = 2Indicates the elements should be matched in a specific order.
FullSet = 1Indicates the full set should be matched.
None = 0Indicates no special matching rules.