Click or drag to resize

AutoWeakIndexerTKey, TValue Constructor

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public AutoWeakIndexer(
	Func<TKey, TValue> generator,
	IEqualityComparer<TKey>? comparer = null
)

Parameters

generator
Type: SystemFuncTKey, TValue
The generator.
comparer (Optional)
Type: System.Collections.GenericIEqualityComparerTKey
The comparer.
See Also