Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	obj As Object _
)
C#
public void Insert(
	int index,
	Object obj
)
Visual C++
public:
virtual void Insert(
	int index, 
	Object^ obj
) sealed
JavaScript
function insert(index, obj);

Parameters

index
Type: System..::..Int32
obj
Type: System..::..Object

Implements

IList..::..Insert(Int32, Object)

See Also