C# Class NArrange.VisualBasic.VBWriter

Writes VB code elements to a file.
Inheritance: NArrange.Core.CodeWriter
显示文件 Open project: MarcStan/NArrange

Protected Methods

Method Description
DoWriteElements ( ReadOnlyCollection codeElements, TextWriter writer ) : void

Writes code elements to the specified writer.

Method Details

DoWriteElements() protected method

Writes code elements to the specified writer.
protected DoWriteElements ( ReadOnlyCollection codeElements, TextWriter writer ) : void
codeElements ReadOnlyCollection The collection of elements to write.
writer System.IO.TextWriter Writer to write to.
return void