Key.KeyedList<T>.

Key.

Add(T) Method

Summary

Adds the `item` to the end of this list.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Key.KeyedList<T>

Syntax

public void Add(T item)

Parameters

Name Type Description
item T

Return Value

Type Description
void