C# Class System.Xml.Serialization.IndentedWriter

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
IndentedWriter System.IO
Write void
Write void
WriteIndent void
WriteLine void
WriteLine void

Private Methods

Method Description
IndentedWriter ( TextWriter writer, bool compact ) : System.IO
Write ( char c ) : void
Write ( string s ) : void
WriteIndent ( ) : void
WriteLine ( ) : void
WriteLine ( string s ) : void