共用方式為


MLMultiArray.Item[] 屬性

定義

多載

Item[NSNumber[]]

存取 所 key 識別之多維度陣列中的點。

Item[nint]

擷取位於 idx 的專案,就像陣列是單一維度一樣。

Item[nint[]]

取得或設定 位於 indices 的專案。

Item[NSNumber[]]

存取 所 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

參數

key
NSNumber[]

要取得或設定之物件的數值識別碼。

屬性值

屬性

適用於

Item[nint]

擷取位於 idx 的專案,就像陣列是單一維度一樣。

[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

參數

idx
System.System.IntPtr System.nativeint

要取得或設定之物件的數值識別碼。

屬性值

屬性

適用於

Item[nint[]]

取得或設定 位於 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

參數

indices

System.System.IntPtr[]

System.nativeint[]

要取得或設定之物件的多維度座標。

屬性值

屬性

適用於