JSValue.GetValueAt(nuint) Método
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.
Retorna o valor no especificado index
ou undefined
se nenhum existir.
[Foundation.Export("valueAtIndex:")]
public virtual JavaScriptCore.JSValue GetValueAt (nuint index);
abstract member GetValueAt : nuint -> JavaScriptCore.JSValue
override this.GetValueAt : nuint -> JavaScriptCore.JSValue
Parâmetros
- index
- System.System.UIntPtr System.unativeint
Retornos
- Atributos