SchedulerCollection<T>.Item[Int32] Property

Definition

Retrieves the specified item from the collection.

public T this[int index] { get; }
member this.Item(int) : 'T
Default Public ReadOnly Property Item(index As Integer) As T

Parameters

index
Int32

The zero-based index of the item to retrieve from the collection.

Property Value

T

Applies to