Click or drag to resize

ESetT Constructor (Int32, IEqualityComparerT)

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

Parameters

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