Click or drag to resize
LongSerialNumbersT Constructor (IComparerT)
Initializes an instance of LongSerialNumbers class with specified comparer.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public LongSerialNumbers(
	IComparer<T> comparer
)

Parameters

comparer
Type: System.Collections.GenericIComparerT
Comparer to use for comparing two items.
See Also