Removes the object in this CryptokiCollection object at the given index

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

Syntax

Visual Basic (Declaration)
Public Sub RemoveAt ( _
	index As Integer _
)
C#
public void RemoveAt(
	int index
)
Visual C++
public:
virtual void RemoveAt(
	int index
) sealed
JavaScript
function removeAt(index);

Parameters

index
Type: System..::..Int32
Index of the object to remove

Implements

IList..::..RemoveAt(Int32)

See Also