TimeRangeCollection Members
The TimeRangeCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TimeRangeCollection()()()() |
Initializes a new instance of [TimeRangeCollection].
|
|
TimeRangeCollection(TimeRangeCollection) |
Initializes a new instance of [TimeRangeCollection] based on another [TimeRangeCollection].
|
|
TimeRangeCollection(array<TimeRange>[]()[][]) |
Initializes a new instance of [TimeRangeCollection] containing any array of [TimeRange] objects.
|
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.) |
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
Item |
Represents the entry at the specified index of the [TimeRange].
|
|
List | (Inherited from CollectionBase.) |