A
Author #1
I have done a lot of search online, but could not find much helpful
information about this.
Suppose that in my XML file, I have come comments (not the type of
three-wack documentation comments) like this:
<!-- My sample comments go here -->
I have been wondering if there is any API in the .net framework that
would let me easily find such comments. I know that I can find them
through Regex, but I am interested in potential APIs in the System.Xml
or System.Xml.Linq namespaces.
Any idea? Thank you.
information about this.
Suppose that in my XML file, I have come comments (not the type of
three-wack documentation comments) like this:
<!-- My sample comments go here -->
I have been wondering if there is any API in the .net framework that
would let me easily find such comments. I know that I can find them
through Regex, but I am interested in potential APIs in the System.Xml
or System.Xml.Linq namespaces.
Any idea? Thank you.