WriteComment Method
Writes an XML comment block.
Syntax
[VB.NET] Public Sub WriteComment(ByVal Text As String)
[C#] public void WriteComment(string text);
Remarks
Writes a new XML comment block with the specified text.
NOTE: This method has a corresponding asynchronous version (WriteCommentAsync) for use in the Xamarin environment.