Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets the collection element at the specified index. |
The following tables list the members exposed by ValueIntervalCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets the collection element at the specified index. |
Name | Description | |
---|---|---|
Add | Adds a new value interval to the collection. | |
AddRange | Adds the elements of an array to the end of the collection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Returns True if the collection contains the specific value interval, False otherwise. | |
CopyTo | Copies elements of the collection to an array starting at a particular array index. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
IndexOf | Determines the index of a specific value interval in the collection, return -1 if this item not found. | |
Insert | Inserts a new value interval to the collection at the specified position. | |
Remove | Removes a specific value interval from the collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |