Gets content of the logical line.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public string GetLineContent( int lineIndex ) |
| Visual Basic |
|---|
Public Function GetLineContent ( lineIndex As Integer ) As String |
Parameters
- lineIndex
- Type: System..::..Int32
Return Value
Type: String
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Specified index is out of valid range. |