Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public Char this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As Char Get Set |
Visual C++ |
---|
public: virtual property Char default[int index] { Char get (int index) sealed; void set (int index, Char value) sealed; } |
Parameters
- index
- Type: System..::..Int32