MLMultiArray.Item[] Propriedade
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
Item[NSNumber[]] |
Acessa o ponto na matriz multidimensional identificada por |
Item[nint] |
Recupera o elemento em |
Item[nint[]] |
Obtém ou define o elemento em |
Item[NSNumber[]]
Acessa o ponto na 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[]
Um identificador numérico para o objeto a ser obtido ou definido.
Valor da propriedade
- Atributos
Aplica-se a
Item[nint]
Recupera o elemento em idx
, como se a matriz fosse 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
Um identificador numérico para o objeto a ser obtido ou definido.
Valor da propriedade
- Atributos
Aplica-se a
Item[nint[]]
Obtém ou define o elemento em 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[]
Uma coordenada multidimensional para o objeto obter ou definir.
Valor da propriedade
- Atributos