Add(IStatement)
Appends an IStatement to the list.
Declaration
public void Add(IStatement statement)Parameters
| Type | Name | Description |
|---|---|---|
| IStatement | statement |
Add(IStatementList)
Appends an IStatementList to the list.
Declaration
public void Add(IStatementList statementList)Parameters
| Type | Name | Description |
|---|---|---|
| IStatementList | statementList |