You are here: Start » AVL.NET » SafeList<T>.Contains Method

SafeList<T>.Contains Method

Checks if the SafeList<T> contains the specific item.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public virtual bool Contains
(
	T item
)

Parameters

Name Type Range Default Description
itemT

See also