Key.KeyedList<T>.

Key.

this[int] Property

Summary

The item at the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Key.KeyedList<T>

Syntax

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

Parameters

Name Type Description
index int

Value

Type Description
T