Click or drag to resize
Akka.NETORMultiDictionaryTKey, TValueTryGetValue Method

[Missing <summary> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.TryGetValue(`0,System.Collections.Immutable.IImmutableSet{`1}@)"]

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 IImmutableSet<TValue> value
)

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.TryGetValue(`0,System.Collections.Immutable.IImmutableSet{`1}@)"]

value
Type: IImmutableSetTValue

[Missing <param name="value"/> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.TryGetValue(`0,System.Collections.Immutable.IImmutableSet{`1}@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.TryGetValue(`0,System.Collections.Immutable.IImmutableSet{`1}@)"]

See Also