NSArray_GameplayKit.GetShuffledArray Méthode

Définition

Surcharges

GetShuffledArray<T>(NSArray)
GetShuffledArray<T>(NSArray, GKRandomSource)

GetShuffledArray<T>(NSArray)

[Foundation.Export("shuffledArray")]
public static T[] GetShuffledArray<T> (this Foundation.NSArray This) where T : class, ObjCRuntime.INativeObject;
static member GetShuffledArray : Foundation.NSArray -> 'T[] (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

Paramètres de type

T

Paramètres

This
NSArray

Instance sur laquelle cette méthode fonctionne.

Retours

T[]
Attributs

S’applique à

GetShuffledArray<T>(NSArray, GKRandomSource)

[Foundation.Export("shuffledArrayWithRandomSource:")]
public static T[] GetShuffledArray<T> (this Foundation.NSArray This, GameplayKit.GKRandomSource randomSource) where T : class, ObjCRuntime.INativeObject;
static member GetShuffledArray : Foundation.NSArray * GameplayKit.GKRandomSource -> 'T[] (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

Paramètres de type

T

Paramètres

This
NSArray

Instance sur laquelle cette méthode fonctionne.

randomSource
GKRandomSource

Retours

T[]
Attributs

S’applique à