Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: 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