MLMultiArray.Item[] Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Item[NSNumber[]] |
Obtiene acceso al punto de la matriz multidimensional identificada por |
Item[nint] |
Recupera el elemento en |
Item[nint[]] |
Obtiene o establece el elemento en |
Item[NSNumber[]]
Obtiene acceso al punto de la matriz multidimensional identificada por 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
Parámetros
- key
- NSNumber[]
Identificador numérico del objeto que se va a obtener o establecer.
Valor de propiedad
- Atributos
Se aplica a
Item[nint]
Recupera el elemento en idx
, como si la matriz fuera unidimensional.
[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
Parámetros
- idx
- System.System.IntPtr System.nativeint
Identificador numérico del objeto que se va a obtener o establecer.
Valor de propiedad
- Atributos
Se aplica a
Item[nint[]]
Obtiene o establece el elemento en 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
Parámetros
- indices
-
System.System.IntPtr[]
System.nativeint[]
Coordenada multidimensional del objeto que se va a obtener o establecer.
Valor de propiedad
- Atributos