Writes an XML comment block.
[VB.NET] Public Sub WriteComment(ByVal Text As String)
[C#] public void WriteComment(string text);
Writes a new XML comment block with the specified text.