Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
test
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; public class XElement : System.Xml.Linq.XContainer, System.Xml.Serialization.IXmlSerializable namespace Rextester { public class Program { public static void Main(string[] args) { XElement n = new XElement("Cost", 324.50); Console.WriteLine(n); Console.WriteLine("Hello, world!"); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Making Anagrams
Daily Coding Problem: Problem #2
Abstract Class
Lesson 1.2 Part I
Testing email address validation
Test
T F
BTC sell estimator
Testing 9
Chest Interaction Unity
Please log in to post a comment.