SET<Key> Constructor |
Name | Description | |
---|---|---|
![]() | SET<Key>() |
Initializes an empty set. |
![]() | SET<Key>(IEnumerable<Key>) |
Initializes a set with an initial list of items. |
![]() | SET<Key>(SET<Key>) |
Initializes a new set that is an independent copy of the specified set. |