Share via


SimpleObjectMemory.TryGetValue(String, Object) Method

Definition

Try get value from a given path.

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

Parameters

path
String

Given path.

value
Object

Resolved value.

Returns

True if the memory contains an element with the specified key; otherwise, false.

Implements

Applies to