C# Class NArrange.VisualBasic.VBWriter

Writes VB code elements to a file.
Inheritance: NArrange.Core.CodeWriter
Afficher le fichier Open project: MarcStan/NArrange

Méthodes protégées

Méthode Description
DoWriteElements ( ReadOnlyCollection codeElements, TextWriter writer ) : void

Writes code elements to the specified writer.

Method Details

DoWriteElements() protected méthode

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.
Résultat void