Click or drag to resize

DictionaryWithNullableKeyTKey, TValueTryGetValue Method

[Missing <summary> documentation for "M:Altaxo.Collections.DictionaryWithNullableKey`2.TryGetValue(`0,`1@)"]


Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key  TKey

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

value  TValue

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

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Collections.DictionaryWithNullableKey`2.TryGetValue(`0,`1@)"]

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also