WeakDictionaryTKey, TValueShouldEntryBeRemoved Method |
Determines whether an entry should be removed based on whether its key is alive.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected bool ShouldEntryBeRemoved(
WeakDictionaryTKey, TValueWeakKey<TKey> key,
TValue val
)
Parameters
- key WeakDictionaryTKey, TValueWeakKeyTKey
- The weak key.
- val TValue
- The value.
Return Value
BooleanTrue if the entry should be removed; otherwise, false.
See Also