You are here: Start » FIL.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:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public virtual void Add
(
	T item
)

Parameters

Name Type Range Default Description
itemT

See also