Interface ICompilerMemento
Assembly: Algorand.dll
Syntax
public interface ICompilerMemento
Methods
|
Edit this page
View Source
AddLine(CompiledLine)
Declaration
void AddLine(CompiledLine line)
Parameters
|
Edit this page
View Source
InsertLineAt(int, CompiledLine)
Declaration
void InsertLineAt(int index, CompiledLine line)
Parameters
|
Edit this page
View Source
RemoveLineAt(int)
Declaration
void RemoveLineAt(int index)
Parameters
| Type |
Name |
Description |
| int |
index |
|
|
Edit this page
View Source
RemoveTopLine()
Declaration
|
Edit this page
View Source
ReplaceLineAt(int, CompiledLine)
Declaration
void ReplaceLineAt(int index, CompiledLine line)
Parameters