Gets the specified object
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Item ( _ idx As Integer _ ) As Object Get Set |
C# |
---|
public Object this[ int idx ] { get; set; } |
Visual C++ |
---|
public: virtual property Object^ Item[int idx] { Object^ get (int idx) sealed; void set (int idx, Object^ value) sealed; } |
JavaScript |
---|
function get_item(idx); function set_item(value); |
Parameters
- idx
- Type: System..::..Int32
Index of the object to get
Implements
IList..::..Item[([( Int32])])
Remarks
Gets the specified object