Inheritance: BaseElement
コード例 #1
0
ファイル: Comment.cs プロジェクト: nrk/ironruby-hpricot
 public static void SetContent(Comment/*!*/ self, MutableString/*!*/ content)
 {
     self._data.Tag = content;
 }
コード例 #2
0
ファイル: Comment.cs プロジェクト: nrk/ironruby-hpricot
 public static MutableString GetContent(Comment/*!*/ self)
 {
     return self._data.Tag;
 }