You are here: Start » FIL.NET » SafeList<T>.Release Method

SafeList<T>.Release Method

Removes without disposing the element at the specified index of the SafeList<T>.

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public T Release
(
	int index
)

Parameters

Name Type Range Default Description
indexintIndex of the element to be removed without disposing.

Function Overrides

See also