MLMultiArray.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
Item[NSNumber[]] |
Accesses the point in the multi-dimensional array identified by |
Item[nint] |
Retrieves the element at |
Item[nint[]] |
Gets or sets the element at |
Item[NSNumber[]]
Accesses the point in the multi-dimensional array identified by key
.
[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
public Foundation.NSNumber this[Foundation.NSNumber[] key] { get; set; }
member this.Item(Foundation.NSNumber[]) : Foundation.NSNumber with get, set
Parameters
- key
- NSNumber[]
A numeric identifier for the object to get or set.
Property Value
- Attributes
Applies to
Item[nint]
Retrieves the element at idx
, as if the array were single-dimensional.
[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
public Foundation.NSNumber this[nint idx] { get; set; }
member this.Item(nint) : Foundation.NSNumber with get, set
Parameters
- idx
- System.System.IntPtr System.nativeint
A numeric identifier for the object to get or set.
Property Value
- Attributes
Applies to
Item[nint[]]
Gets or sets the element at indices
.
[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
public Foundation.NSNumber this[params nint[] indices] { get; set; }
member this.Item(nint[]) : Foundation.NSNumber with get, set
Parameters
- indices
-
System.System.IntPtr[]
System.nativeint[]
A multidimensional coordinate for the object to get or set.
Property Value
- Attributes