Key.KeyedList<T>.

Key.

Remove(T) Method

Summary

Removes the `item` from this list.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Key.KeyedList<T>

Syntax

public bool Remove(T item)

Parameters

Name Type Description
item T

Return Value

Type Description
bool