You are here: Start » AVL.NET » DisposableList<T>.Insert Method

DisposableList<T>.Insert Method

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public virtual void Insert
(
	int index,
	T item
)

Parameters

Name Type Range Default Description
indexint
itemT

See also