메소드 | 설명 | |
---|---|---|
Write ( ReadOnlyCollection |
Writes code elements to the specified text writer.
|
|
WriteVisitElements ( ReadOnlyCollection |
Writes each element using the specified visitor.
|
메소드 | 설명 | |
---|---|---|
DoWriteElements ( ReadOnlyCollection |
Template method for inheritors to write a collection of code elements to the specified text writer.
|
protected abstract DoWriteElements ( ReadOnlyCollection |
||
codeElements | ReadOnlyCollection |
The code elements. |
writer | The writer. | |
리턴 | void |
public Write ( ReadOnlyCollection |
||
codeElements | ReadOnlyCollection |
Read only collection of elements |
writer | Code file writer | |
리턴 | void |
public static WriteVisitElements ( ReadOnlyCollection |
||
codeElements | ReadOnlyCollection |
The code elements. |
writer | The writer. | |
visitor | ICodeElementVisitor | The visitor. |
리턴 | void |