public static void SetContent(Comment/*!*/ self, MutableString/*!*/ content) { self._data.Tag = content; }
public static MutableString GetContent(Comment/*!*/ self) { return self._data.Tag; }