Click or drag to resize

EDictionaryTKey, TValue Constructor (Int32, IEqualityComparerTKey)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public EDictionary(
	int capacity,
	IEqualityComparer<TKey> comparer
)

Parameters

capacity
Type: SystemInt32
comparer
Type: System.Collections.GenericIEqualityComparerTKey
See Also