Dela via


BorrowedList<TElement>.Item[Int32] Property

Definition

Gets or sets the element at the specified index.

public TElement this[int index] { get; set; }
member this.Item(int) : 'Element with get, set
Default Public Property Item(index As Integer) As TElement

Parameters

index
Int32

Property Value

TElement

Implements

Applies to