//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version: 1.1.4322.573 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // // このソース コードは xsd によって自動生成されました。Version=1.1.4322.573 です。 // using System.Xml.Serialization; /// [System.Xml.Serialization.XmlRootAttribute("person", Namespace="", IsNullable=true)] public class PersonType { /// public string Name; /// public int Age; }