Table of Contents

Enum SetPatternAttributes

Namespace
CilFi.Patterns
Assembly
CilFi.Core.dll

Defines allp ossible set pattern matching rules.

[Flags]
public enum SetPatternAttributes

Fields

FixedOrder = 2

Indicates the elements should be matched in a specific order.

FullSet = 1

Indicates the full set should be matched.

None = 0

Indicates no special matching rules.