namespace CPF.Mac.Foundation { public enum NSPropertyListReadOptions : ulong { Immutable, MutableContainers, MutableContainersAndLeaves } }