Name | Description | |
---|---|---|
![]() | C1OrderedSet Constructor | Overloaded. |
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 ICollection. |
![]() | IsReadOnly | Gets a value indicating whether the ICollection is read-only. |
![]() | Item | Gets the System.Int32 at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an item to the ICollection. |
![]() | AddRange | Adds a range of elements. |
![]() | Clear | Removes all items from the ICollection. |
![]() | Contains | Determines whether the ICollection contains a specific value. |
![]() | CopyTo | Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() ![]() | Parse | Parses the text with the format '1-3,5-7,9,13' and returns the C1OrderedSet. |
![]() | Remove | Overloaded. Removes the first occurrence of a specific object from the ICollection. |
![]() | RemoveRange | Removes a range of elements. |
![]() | ToString | Returns a System.String that represents the current System.Object. |
![]() ![]() | TryParse | Tries to parse the text with the format '1-3,5-7,9,13' and return the C1OrderedSet. |
Name | Description | |
---|---|---|
![]() | AsDataCollection | Overloaded. Wraps an System.Collections.IEnumerable into a data collection. |
![]() | ToDataCollection | Overloaded. Wraps an System.Collections.IEnumerable into a data collection. |