Метод | Описание | |
---|---|---|
ForOfStatement ( IList |
Creates a new ForOfStatement instance.
|
|
GenerateCode ( |
Generates CIL for the statement.
|
|
ToString ( int indentLevel ) : string |
Converts the statement to a string.
|
public ForOfStatement ( IList |
||
labels | IList |
The labels that are associated with this statement. |
Результат | System |
public GenerateCode ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
Результат | void |
public ToString ( int indentLevel ) : string | ||
indentLevel | int | The number of tabs to include before the statement. |
Результат | string |