Click or drag to resize
OrderedSetT Constructor (ComparisonT)
Creates a new OrderedSet. The passed delegate will be used to compare items in this set.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public OrderedSet(
	Comparison<T> comparison
)

Parameters

comparison
Type: SystemComparisonT
A delegate to a method that will be used to compare items.
See Also