Table of Contents
Item Property

Gets the item at the specified index in the collection.

Syntax
 new public T this[
   int index
] { get; }

Parameters

index
The item index.
See Also