Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899cb36 commit 3015f20Copy full SHA for 3015f20
snippets/csharp/System.Xml/XmlDocument/CreateElement/source.cs
@@ -24,4 +24,14 @@ public static void Main()
24
doc.Save(Console.Out);
25
}
26
27
+/*
28
+ The example displays the following output:
29
+
30
+ Display the modified XML...
31
+ <?xml version="1.0" encoding="us-ascii"?>
32
+ <book genre="novel" ISBN="1-861001-57-5">
33
+ <title>Pride And Prejudice</title>
34
+ <price>19.95</price>
35
+ </book>
36
+*/
37
// </Snippet1>
0 commit comments