Guest User

Untitled

a guest
Jun 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. XDocument doc = new XDocument();
  2. using (var writer = doc.CreateWriter())
  3. {
  4. // write xml into the writer
  5. }
  6. Console.WriteLine(doc.ToString());
Add Comment
Please, Sign In to add comment