Click or drag to resize

UniqueListT Constructor (Int32, IEqualityComparerT)

CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public UniqueList(
	int capacity,
	IEqualityComparer<T> comparer
)

Parameters

capacity
Type: SystemInt32
Initial capacity
comparer
Type: System.Collections.GenericIEqualityComparerT
Comparer to use for uniqueness comparison
See Also