StringValues.Item[Int32] Property

Definition

Gets the string at index.

public:
 property System::String ^ default[int] { System::String ^ get(int index); };
public string this[int index] { get; }
public string? this[int index] { get; }
member this.Item(int) : string
Default Public ReadOnly Property Item(index As Integer) As String

Parameters

index
Int32

The zero-based index of the element to get.

Property Value

The string at the specified index.

Implements

Applies to