FSharpXmlDoc Type
Describe a comment as either a block of text or a file+signature reference into an intellidoc file.
Union cases
Union case |
Description
|
Full Usage:
FromXmlFile(dllName, xmlSig)
Parameters:
string
xmlSig : string
|
Indicates that the XML for the documentation can be found in a .xml documentation file for the given DLL, using the given signature key
|
|
The text for documentation for in-memory references.
|
Full Usage:
None
|
No documentation is available |
Instance members
Instance member |
Description
|
Full Usage:
this.IsFromXmlFile
Returns: bool
|
|
Full Usage:
this.IsFromXmlText
Returns: bool
|
|
Full Usage:
this.IsNone
Returns: bool
|
|