Gets the slot with given slot ID

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Item ( _
	idx As Integer _
) As Slot
	Get
C#
public Slot this[
	int idx
] { get; }
Visual C++
public:
virtual property Slot^ Item[int idx] {
	Slot^ get (int idx) sealed;
}
JavaScript
function get_item(idx);

Parameters

idx
Type: System..::..Int32
slot id

Implements

ISlotList..::..Item[([( Int32])])

See Also