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 | |
---|---|---|
InnerList | (Inherited from System.Collections.CollectionBase) | |
List | (Inherited from System.Collections.CollectionBase) |
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. | |
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) |
Name | Description | |
---|---|---|
OnClear | (Inherited from System.Collections.CollectionBase) | |
OnClearComplete | (Inherited from System.Collections.CollectionBase) | |
OnInsert | Overridden. This method is for internal use only. | |
OnInsertComplete | (Inherited from System.Collections.CollectionBase) | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | (Inherited from System.Collections.CollectionBase) | |
OnSet | Overridden. This method is for internal use only. | |
OnSetComplete | (Inherited from System.Collections.CollectionBase) | |
OnValidate | (Inherited from System.Collections.CollectionBase) |