OrderedSetT Constructor (ComparisonT) |
Creates a new OrderedSet. The passed delegate will be used to compare items in this set.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic OrderedSet(
Comparison<T> comparison
)
public:
OrderedSet(
Comparison<T>^ comparison
)
Parameters
- comparison
- Type: SystemComparisonT
A delegate to a method that will be used to compare items.
See Also