[]
Parses an identifier string.
protected override void ParseIdentifier(char c, int position = 1)
Protected Overrides Sub ParseIdentifier(c As Char, Optional position As Integer = 1)
| Type | Name | Description |
|---|---|---|
| char | c | Current char of the Expression string. |
| int | position | Offset position relative to the start character. |
Parses an identifier string.
protected override IExpression ParseIdentifier(string id)
Protected Overrides Function ParseIdentifier(id As String) As IExpression
| Type | Name | Description |
|---|---|---|
| string | id | The identifier string. |
| Type | Description |
|---|---|
| IExpression |