C1.WPF Namespace : C1OrderedSet Class |
The following tables list the members exposed by C1OrderedSet.
Name | Description | |
---|---|---|
C1OrderedSet Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the System.Collections.Generic.ICollection`1. | |
IsReadOnly | Gets a value indicating whether the System.Collections.Generic.ICollection`1 is read-only. | |
Item | Gets the System.Int32 at the specified index. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds an item to the System.Collections.Generic.ICollection`1. | |
AddRange | Adds a range of elements. | |
Clear | Removes all items from the System.Collections.Generic.ICollection`1. | |
Contains | Determines whether the System.Collections.Generic.ICollection`1 contains a specific value. | |
CopyTo | Copies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index. | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
Remove | Overloaded. Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection`1. | |
RemoveRange | Removes a range of elements. | |
ToString | Returns a System.String that represents the current System.Object. |