Include Protected Members
Include Inherited Members
A container for Task objects.
The TaskProvider.TaskCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | TaskProvider.TaskCollection | Initializes a new instance of TaskProvider.TaskCollection for the supplied task provider. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Add | Adds a task to the collection. | 
| .gif) | Clear | Removes all the tasks from the collection. | 
| .gif) | Contains | Gets whether or not the task exists in the collection | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetEnumerator | Gets an enumerator for the collection. | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | IndexOf | Gets the index of the specified task in the collection. | 
| .gif) | Insert | Inserts a task in the collection at the specified index. | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | Remove | Removes a task from the collection. | 
| .gif) | RemoveAt | Removes the task at the specified index. | 
| .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the number of tasks in the collection. | 
| .gif) | Item | Gets or sets the task at the given index. | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IList.Add | Adds the task to the collection. | 
| .gif) .gif) | IList.Clear | Removes all the tasks from the list. | 
| .gif) .gif) | IList.Contains | Gets whether or not the specified task exists in the collection. | 
| .gif) .gif) | ICollection.CopyTo | Copies the collection to an array, starting at the specified index. | 
| .gif) .gif) | IList.IndexOf | Gets the index of the collection at which the specified task exists. | 
| .gif) .gif) | IList.Insert | Inserts a task in the collection at the specified index. | 
| .gif) .gif) | IList.IsFixedSize | Gets whether or not the collection is of a fixed size. | 
| .gif) .gif) | IList.IsReadOnly | Gets whether or not the collection is read-only. | 
| .gif) .gif) | ICollection.IsSynchronized | Gets whether or not the collection is synchronized. | 
| .gif) .gif) | IList.Item | Gets or sets the task at the specified index. | 
| .gif) .gif) | IList.Remove | Removes the specified task from the collection. | 
| .gif) .gif) | IList.RemoveAt | Removes the task from the specified index of the collection. | 
| .gif) .gif) | ICollection.SyncRoot | Gets the object that can be used to synchronize access to the collection. | 
Top