Click or drag to resize
Akka.NETORDictionaryTKey, TValueTryGetValue Method
Tries to retrieve value under provided key, returning true if value under that key has been found.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Akka.DistributedData.ORDictionary`2.TryGetValue(`0,`1@)"]

value
Type: TValue

[Missing <param name="value"/> documentation for "M:Akka.DistributedData.ORDictionary`2.TryGetValue(`0,`1@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.DistributedData.ORDictionary`2.TryGetValue(`0,`1@)"]

See Also