NSKeyValueSetMutationKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of values indicating the operation being performed on a mutable key-value store.
public enum NSKeyValueSetMutationKind
type NSKeyValueSetMutationKind =
- Inheritance
-
NSKeyValueSetMutationKind
Fields
IntersectSet | 3 | |
MinusSet | 2 | |
SetSet | 4 | |
UnionSet | 1 |