XmlComment Constructor
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Friend Sub New( _ ByVal comment As String, _ ByVal doc As XmlDocument _ ) [C#] protected internal XmlComment( string comment, XmlDocument doc ); [C++] protected public: XmlComment( String* comment, XmlDocument* doc ); [JScript] protected internal function XmlComment( comment : String, doc : XmlDocument );
See Also
XmlComment Class | XmlComment Members | System.Xml Namespace