[Missing <summary> documentation for "P:CWrapper.CharVector.Item(System.Int32)"]
Assembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public char this[ int index ] { get; set; } |
Visual Basic (Declaration) |
---|
Public Default Property Item ( _ index As Integer _ ) As Char |
Visual C++ |
---|
public: virtual property wchar_t default[int index] { wchar_t get (int index) sealed; void set (int index, wchar_t value) sealed; } |
Parameters
- index
- Type: System..::.Int32