TimeRangeCollection Methods
The TimeRangeCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds a [TimeRange] with the specified value to the
[TimeRangeCollection].
|
|
AddRange(array<TimeRange>[]()[][]) |
Copies the elements of an array to the end of the [TimeRangeCollection].
|
|
AddRange(TimeRangeCollection) |
Adds the contents of another [TimeRangeCollection] to the end of the collection.
|
|
Clear | (Inherited from CollectionBase.) | |
Contains |
Gets a value indicating whether the
[TimeRangeCollection] contains the specified [TimeRange].
|
|
CopyTo |
Copies the TimeRangeCollection values to a one-dimensional Array instance at the
specified index.
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that can iterate through the [TimeRangeCollection].
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf |
Returns the index of a [TimeRange] in
the [TimeRangeCollection].
|
|
Insert |
Inserts a [TimeRange] into the [TimeRangeCollection] at the specified index.
|
|
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Inherited from CollectionBase.) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert(System.Int32,System.Object) | (Inherited from CollectionBase.) | |
OnInsertComplete(System.Int32,System.Object) | (Inherited from CollectionBase.) | |
OnRemove(System.Int32,System.Object) | (Inherited from CollectionBase.) | |
OnRemoveComplete(System.Int32,System.Object) | (Inherited from CollectionBase.) | |
OnSet(System.Int32,System.Object,System.Object) | (Inherited from CollectionBase.) | |
OnSetComplete(System.Int32,System.Object,System.Object) | (Inherited from CollectionBase.) | |
OnValidate(System.Object) | (Inherited from CollectionBase.) | |
Remove |
Removes a specific [TimeRange] from the [TimeRangeCollection].
|
|
RemoveAt(System.Int32) | (Inherited from CollectionBase.) | |
ToString | (Inherited from Object.) |