StringList.Item[Int32] Property

Definition

Gets or sets the string at the specified index.

public:
 property System::String ^ default[int] { System::String ^ get(int index); void set(int index, System::String ^ value); };
public string this[int index] { get; set; }
Default Public Property Item(index As Integer) As String

Parameters

index
Int32

The index of the string to get or set.

Property Value

The string at the specified index.

Applies to