Udostępnij za pośrednictwem


RepairTaskList.Item[Int32] Property

Definition

Gets or sets the element at the specified index.

public System.Fabric.Repair.RepairTask this[int index] { get; set; }
member this.Item(int) : System.Fabric.Repair.RepairTask with get, set
Default Public Property Item(index As Integer) As RepairTask

Parameters

index
Int32

The zero-based index of the element to get or set.

Property Value

The element at the specified index.

Implements

Applies to