Class SourceDocument
Represents a document containing Dassie source code.
public class SourceDocument
- Inheritance
-
SourceDocument
- Inherited Members
- Extension Methods
Constructors
SourceDocument(string, string)
Creates a new instance of the SourceDocument type.
public SourceDocument(string text, string symbolicName)
Parameters
Properties
SourceText
The actual source code.
public string SourceText { get; }
Property Value
SymbolicName
The name associated with the document, displayed in error messages.
public string SymbolicName { get; }