GKRandomSource.ShuffleObjects(NSObject[]) Method
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.
Returns a new array with the same contents as the input array
, but randomly shuffled.
[Foundation.Export("arrayByShufflingObjectsInArray:")]
public virtual Foundation.NSObject[] ShuffleObjects (Foundation.NSObject[] array);
abstract member ShuffleObjects : Foundation.NSObject[] -> Foundation.NSObject[]
override this.ShuffleObjects : Foundation.NSObject[] -> Foundation.NSObject[]
Parameters
- array
- NSObject[]
Returns
NSObject[]
- Attributes