Method FromXmlFragment
- Assembly
- Alternet.Scripter.Debugger.v9.dll
FromXmlFragment(string)
Parses and constructs a DocumentationComment from the given fragment of XML.
public static DocumentationComment FromXmlFragment(string xml)
Parameters
xml
stringThe fragment of XML to parse.
Returns
- DocumentationComment
A DocumentationComment instance.