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)
complexityParameters
Name | Type | Description |
---|---|---|
index | int |
Value
Type | Description |
---|---|
TItem |