Click or drag to resize

WeakDictionaryTKey, TValue Constructor (Int32, IEqualityComparer)

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public WeakDictionary(
	int capacity,
	IEqualityComparer comparer
)

Parameters

capacity
Type: SystemInt32

[Missing <param name="capacity"/> documentation for "M:com.espertech.esper.compat.WeakDictionary`2.#ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1)"]

comparer
Type: System.Collections.GenericIEqualityComparerT

[Missing <param name="comparer"/> documentation for "M:com.espertech.esper.compat.WeakDictionary`2.#ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1)"]

See Also