NSArray_GameplayKit.GetShuffledArray Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
Parâmetros de tipo
- T
Parâmetros
- This
- NSArray
A instância na qual esse método opera.
Retornos
T[]
- Atributos
Aplica-se a
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)
Parâmetros de tipo
- T
Parâmetros
- This
- NSArray
A instância na qual esse método opera.
- randomSource
- GKRandomSource
Retornos
T[]
- Atributos