GKRuleSystem.State Property
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.
C#
public virtual Foundation.NSMutableDictionary State { [Foundation.Export("state", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.State : Foundation.NSMutableDictionary
- Attributes
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.
Produkt | Versioner |
---|---|
Xamarin iOS SDK | 12 |