Key.KeyedList<T>.

Key.

Contains(T) Method

Summary

Indicates whether the `item` is currently in this list.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Key.KeyedList<T>

Syntax

public bool Contains(T item)

Parameters

Name Type Description
item T

Return Value

Type Description
bool