OrderedSet<(Of <(<'T>)>)> Constructor (Comparison<(Of <(<'T>)>)>)
Creates a new OrderedSet. The passed delegate will be used to compare items in this set.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
public OrderedSet( Comparison<T> comparison )
Public Sub New ( _ comparison As Comparison(Of T) _ )
public: OrderedSet( Comparison<T>^ comparison )
Parameters
- comparison
- Type: Comparison<(Of <(<'T>)>)>
A delegate to a method that will be used to compare items.