Enum ChainOperation
Represents types of chain operations
public enum ChainOperation
Fields
AND = 1
And
ANDNOT = 2
And Not
OR = 0
Or
XOR = 3
Exclusive Or
Represents types of chain operations
public enum ChainOperation
AND = 1
And
ANDNOT = 2
And Not
OR = 0
Or
XOR = 3
Exclusive Or