Partager via


IMemory.TryGetValue(String, Object) Méthode

Définition

Essayez d’obtenir la valeur à partir d’un chemin donné. Il peut s’agir d’un identificateur simple comme « a », ou d’un chemin combiné comme « a.b », « a.b[2] », « a.b[2].c », à l’intérieur de [] est garanti comme un nombre int ou une chaîne.

public bool TryGetValue (string path, out object value);
abstract member TryGetValue : string * obj -> bool
Public Function TryGetValue (path As String, ByRef value As Object) As Boolean

Paramètres

path
String

chemin de mémoire.

value
Object

valeur résolue.

Retours

true si la mémoire contient un élément avec la clé spécifiée ; sinon, false.

S’applique à