Table of Contents
Item Property

Gets or sets an item at the specified index.

Syntax
 public T this[
   int index
] { get; set; }
See Also