OverloadCollection<T>.Item[] Property
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the member at the specified index.
public T this[int index] { get; }Index Parameters
indexint- The zero-based index of the member to get.
Property Value
- T
- The member at the specified index.
Exceptions
- IndexOutOfRangeException
- Thrown when
indexis less than 0 or greater than or equal to OverloadCollection<T>.Count.
