Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

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

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(
	IEnumerable<T> collection
)
Public Sub New ( _
	collection As IEnumerable(Of T) _
)
public:
Set(
	IEnumerable<T>^ collection
)

Parameters

collection
Type: IEnumerable<(Of <(<'T>)>)>
A collection with items to be placed into the Set.

Remarks


Items that are null are permitted.