2010-04-15 80 views

回答

1

這應該這樣做。

[System.Xml.Serialization.XmlElementAttribute( 「匹配」)
公共匹配[] {匹配
   獲得{
       回報this._match;
   }
   集合{
        this._match =值;
   }
}

///
[System.Xml.Serialization.XmlTextAttribute()]
公共字符串[] {文本
   獲得{
       這個回報。文本域;
   }
   集合{
        this.textField =值;
   }
}
+0

但在這裏你缺少的內容順序,你是分裂的文本和匹配,以不同的陣列。 – Kartheek 2016-09-01 20:52:33

相關問題