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

index int
The zero-based index of the member to get.

Property Value

T
The member at the specified index.

Exceptions

IndexOutOfRangeException
Thrown when index is less than 0 or greater than or equal to OverloadCollection<T>.Count.