C# Класс NArrange.CSharp.CSharpWriter

Writes CSharp code elements to a file.
Наследование: NArrange.Core.CodeWriter
Показать файл Открыть проект

Защищенные методы

Метод Описание
DoWriteElements ( ReadOnlyCollection codeElements, TextWriter writer ) : void

Writes code elements to the specified writer.

Описание методов

DoWriteElements() защищенный Метод

Writes code elements to the specified writer.
protected DoWriteElements ( ReadOnlyCollection codeElements, TextWriter writer ) : void
codeElements ReadOnlyCollection Code element collection to write.
writer System.IO.TextWriter Writer to write code elements to.
Результат void