TaskProvider.TaskCollection Members
Include Protected Members
Include Inherited Members
A container for Task objects.
The TaskProvider.TaskCollection type exposes the following members.
Constructors
Name
Description
Initializes a new instance of TaskProvider.TaskCollection for the supplied task provider.
Top
Methods
Name
Description
Adds a task to the collection.
Removes all the tasks from the collection.
Gets whether or not the task exists in the collection
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Gets an enumerator for the collection.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Gets the index of the specified task in the collection.
Inserts a task in the collection at the specified index.
Creates a shallow copy of the current Object. (Inherited from Object.)
Removes a task from the collection.
Removes the task at the specified index.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the number of tasks in the collection.
Gets or sets the task at the given index.
Top
Explicit Interface Implementations
Name
Description
Adds the task to the collection.
Removes all the tasks from the list.
Gets whether or not the specified task exists in the collection.
Copies the collection to an array, starting at the specified index.
Gets the index of the collection at which the specified task exists.
Inserts a task in the collection at the specified index.
Gets whether or not the collection is of a fixed size.
Gets whether or not the collection is read-only.
Gets whether or not the collection is synchronized.
Gets or sets the task at the specified index.
Removes the specified task from the collection.
Removes the task from the specified index of the collection.
Gets the object that can be used to synchronize access to the collection.
Top