Sets a single character.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public char this[ int index ] { set; } |
Visual Basic (Declaration) |
---|
Public WriteOnly Default Property Item ( _ index As Integer _ ) As Char |
Visual C++ |
---|
public: property wchar_t default[int index] { void set (int index, wchar_t value); } |
Parameters
- index
- Type: System..::.Int32
Character index.