NameValueCollection.Item[Int32] Property

Definition

Retrieves the specified item from the collection.

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

Parameters

index
Int32

The zero-based index to the item in the collection to retrieve.

Property Value

The specified item from the collection.

Implements

Applies to