Struct LineContent
The internal contents of a line, including but not limited its text and metadata.
Inherited Members
Namespace: Ibralogue.Parser
Assembly: .dll
Syntax
public struct LineContent
Fields
| Edit this page View SourceInvocations
Declaration
public List<Invocation> Invocations
Field Value
| Type | Description |
|---|---|
| List<Invocation> |
Metadata
Declaration
public Dictionary<string, string> Metadata
Field Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
Text
Declaration
public string Text
Field Value
| Type | Description |
|---|---|
| string |