Click or drag to resize

WeakDictionaryTKey, TValueShouldEntryBeRemoved Method

Determines whether an entry should be removed based on whether its key is alive.

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

Parameters

key  WeakDictionaryTKey, TValueWeakKeyTKey
The weak key.
val  TValue
The value.

Return Value

Boolean
True if the entry should be removed; otherwise, false.
See Also