Version

ReadOnlyTasksCollection Class Members

The following tables list the members exposed by ReadOnlyTasksCollection.

Public Properties
 NameDescription
Public PropertyCountOverridden. Returns the number of elements in this collection.  
Public PropertyItemReturns the Task at the specified ordinal position within this collection or null if no task exists.  
Protected Properties
 NameDescription
Protected PropertyInnerListGets the list of elements contained in the System.Collections.ReadOnlyCollectionBase instance. (Inherited from System.Collections.ReadOnlyCollectionBase)
Public Methods
 NameDescription
Public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.ReadOnlyCollectionBase instance. (Inherited from System.Collections.ReadOnlyCollectionBase)
See Also