|
| |
LinkedHashSet (ICollection< TKey > c) |
| |
| IEnumerator< TKey > |
GetEnumerator () |
| |
| void |
Add (TKey item) |
| |
| void |
UnionWith (IEnumerable< TKey > other) |
| |
| void |
IntersectWith (IEnumerable< TKey > other) |
| |
| void |
ExceptWith (IEnumerable< TKey > other) |
| |
| void |
SymmetricExceptWith (IEnumerable< TKey > other) |
| |
| bool |
IsSubsetOf (IEnumerable< TKey > other) |
| |
| bool |
IsSupersetOf (IEnumerable< TKey > other) |
| |
| bool |
IsProperSupersetOf (IEnumerable< TKey > other) |
| |
| bool |
IsProperSubsetOf (IEnumerable< TKey > other) |
| |
| bool |
Overlaps (IEnumerable< TKey > other) |
| |
| bool |
SetEquals (IEnumerable< TKey > other) |
| |
| void |
Clear () |
| |
| bool |
Contains (TKey item) |
| |
| void |
CopyTo (TKey[] array, int arrayIndex) |
| |
| bool |
Remove (TKey item) |
| |