MergeStatus Enumeration |
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.5.21.0 (6.5.21.0)
public enum MergeStatus
Member name | Value | Description | |
---|---|---|---|
None | 0 | The subsequent Operation cannot be merged and is not commutative with the current Operation. | |
Mergeable | 1 | The subsequent Operation can be merged into the current Operation (for instance, two subsequent changes to the same field). | |
Commutative | 2 | The subsequent Operation cannot be merged into the current Operation, but both operations are commutative (for instance, two subsequent changes to different fields). |