XmlDocumentation¶
Parsed XML documentation from a symbol.
See also: Projections Overview | ValidSymbol
Creating¶
var doc = symbol.XmlDocumentation; // from OptionalSymbol/ValidSymbol
var doc = XmlDocumentation.FromSymbol(symbol);
Checking Presence¶
Content¶
doc.Summary // string?
doc.Remarks // string?
doc.Returns // string?
doc.Value // string?
doc.Example // string?
doc.RawXml // string?