GKCompositeBehavior.Item[] 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.
Overloads
| Name | Description |
|---|---|
| Item[GKBehavior] | |
| Item[UIntPtr] |
Item[GKBehavior]
public Foundation.NSNumber this[GameplayKit.GKBehavior behavior] { get; set; }
member this.Item(GameplayKit.GKBehavior) : Foundation.NSNumber with get, set
Parameters
- behavior
- GKBehavior
Property Value
Applies to
Item[UIntPtr]
public GameplayKit.GKBehavior this[UIntPtr index] { get; }
member this.Item(unativeint) : GameplayKit.GKBehavior
Parameters
- index
-
UIntPtr
unativeint