GKRuleSystem.State Property
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.
A mutable dictionary intended to hold the state information upon which the Rules operate.
public virtual Foundation.NSMutableDictionary State { [Foundation.Export("state", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.State : Foundation.NSMutableDictionary
Property Value
- Attributes
Remarks
If the underlying NSMutableDictionary is manipulated outside of the action of a constituent GKRule, deveopers must call Reset() and Evaluate() for the modified data to be acted upon.