Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

Set<(Of <(<'T>)>)> Constructor

Creates a new Set. The Equals method and GetHashCode method on T will be used to compare items for equality.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public Set()
Public Sub New
public:
Set()

Remarks


Items that are null are permitted, and will be sorted before all other items.