Key.KeyedList<T>.

Key.

AddNew(T) Method

Summary

Adds the `item` to the end of this list if it wasn't already in it.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Key.KeyedList<T>

Syntax

public void AddNew(T item)

Parameters

Name Type Description
item T

Return Value

Type Description
void