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

SafeList<T>.Add Method

Adds an element to the end of the SafeList<T> and takes the responsibility for disposing it.

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

Syntax

public virtual void Add
(
	T item
)

Parameters

Name Type Range Default Description
itemT

See also