The following tables list the members exposed by SetList<T>.
Name | Description | |
---|---|---|
![]() | SetList<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Returns the count of items in the list |
![]() ![]() | EmptySet | Provides an empty set |
![]() | IsReadOnly | Returns true if the list is read-only |
![]() | Item | Access an item by it's ordinal offset in the list |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Returns a new collection adding the item provided |
![]() | AddRange | Adds a range of items to the collection |
![]() | Clear | Removes all items from the collection |
![]() | Clone | Returns a shallow clone of this object |
![]() | ComplementOf | Returns the items in the provided set that are not in this set |
![]() | Contains | Returns true if the item is already in the collection |
![]() | CopyTo | Copy the collection to an array |
![]() | ExclusiveOrWith | Returns the items in this set that are not in the provided set |
![]() | GetEnumerator | Returns a typed enumerator |
![]() | IndexOf | Returns the zero-based index of the item or -1 |
![]() | IntersectWith | Returns the set of items that are in both this set and the provided set |
![]() | IsEqualTo | Returns true if all items in this set are also in the provided set |
![]() | IsSubsetOf | Returns true if all items in this set are also in the provided set |
![]() | IsSupersetOf | Returns true if all items in the provided set are also in this set |
![]() | Remove | Returns a new collection with the item provided removed |
![]() | RemoveAll | Removes the items in this set that are not in the provided set |
![]() | RemoveAt | Removes an item by it's ordinal index in the collection |
![]() | Replace | Adds or replaces an item in the collection, returns true if an entry was replaced |
![]() | ReplaceAll | Adds or replaces an item in the collection, returns true if any item was replaced |
![]() | SubtractSet | Returns the items in this set that are not in the provided set |
![]() | ToArray | Returns this collection as an array |
![]() | UnionWith | Returns the set of items that are in either this set or the provided set |
Reference
SetList<T> ClassCSharpTest.Net.Collections Namespace