NonGenericList.Item

NonGenericList indexer

Gets or sets the element at the specified index.

public object this[int index] { get; set; }
ParameterDescription
indexThe index.

See Also