Click or drag to resize

PartialDictionaryTKey, TBaseValue, TDerivValueTryGetValue Method

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


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 TDerivValue value
)

Parameters

key  TKey

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

value  TDerivValue

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

Return Value

Boolean

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

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also