C# Class BamlLocalization.ResourceTextWriter

the class that writes to a text file either tab delimited or comma delimited.
Inheritance: IDisposable
Datei anzeigen Open project: JeremyDurnell/locbaml Class Usage Examples

Private Methods

Method Description
Close ( ) : void
EndLine ( ) : void
IDisposable ( ) : void
ResourceTextWriter ( System.IO.FileType fileType, Stream output ) : System
WriteColumn ( string value ) : void