GKCompositeBehavior.Item[] Property

Definition

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

Property Value

Applies to