//------------------------------------------------------------------------------ // // このコードはツールによって生成されました。 // ランタイム バージョン:2.0.50727.42 // // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 // コードが再生成されるときに損失したりします。 // //------------------------------------------------------------------------------ // // このソース コードは xsd によって自動生成されました。Version=2.0.50727.42 です。 // namespace Yahoo.us.WebSearchSpellingResponse { using System.Xml.Serialization; /// [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] [System.Xml.Serialization.XmlRootAttribute(Namespace="urn:yahoo:srch", IsNullable=false)] public partial class ResultSet { private string resultField; /// public string Result { get { return this.resultField; } set { this.resultField = value; } } } }