Méthode | Description | |
---|---|---|
Write ( char c ) : void | ||
Write ( string s ) : void | ||
WriteLiteral ( string s, bool frontWhiteSpace ) : void | ||
XmlWriter ( int initialIndent, string tagName, string indentString, int maxLineLength ) : System.IO |
public WriteLiteral ( string s, bool frontWhiteSpace ) : void | ||
s | string | |
frontWhiteSpace | bool | |
Résultat | void |
public XmlWriter ( int initialIndent, string tagName, string indentString, int maxLineLength ) : System.IO | ||
initialIndent | int | |
tagName | string | |
indentString | string | |
maxLineLength | int | |
Résultat | System.IO |