Click or drag to resize

WeakDictionaryTKey, TValueShouldEntryBeRemoved Method

[Missing <summary> documentation for "M:Altaxo.Collections.WeakDictionary`2.ShouldEntryBeRemoved(Altaxo.Collections.WeakDictionary{`0,`1}.WeakKey{`0},`1)"]


Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected bool ShouldEntryBeRemoved(
	WeakDictionaryTKey, TValueWeakKey<TKey> key,
	TValue val
)

Parameters

key  WeakDictionaryTKey, TValueWeakKeyTKey

[Missing <param name="key"/> documentation for "M:Altaxo.Collections.WeakDictionary`2.ShouldEntryBeRemoved(Altaxo.Collections.WeakDictionary{`0,`1}.WeakKey{`0},`1)"]

val  TValue

[Missing <param name="val"/> documentation for "M:Altaxo.Collections.WeakDictionary`2.ShouldEntryBeRemoved(Altaxo.Collections.WeakDictionary{`0,`1}.WeakKey{`0},`1)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Collections.WeakDictionary`2.ShouldEntryBeRemoved(Altaxo.Collections.WeakDictionary{`0,`1}.WeakKey{`0},`1)"]

See Also