IndexedList<TItem, TIndexer>.

this[int] Property

Summary

The item at the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IndexedList<TItem, TIndexer>

Syntax

public TItem this[int index] { get; set; }

Remarks

This indexer has O(1) complexity

Parameters

Name Type Description
index int

Value

Type Description
TItem