CollectionBase1.Item

CollectionBase<T> indexer

Gets or sets the element at the specified index.

public T this[int index] { get; set; }
ParameterDescription
index

See Also