MarkdownImportOptionsGetChildList Method |
Gets the children of a markdown object. is returned if no children could be found.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IReadOnlyList<MarkdownObject>? GetChildList(
MarkdownObject parent
)
Parameters
- parent MarkdownObject
- The markdown object from which to get the childs.
Return Value
IReadOnlyListMarkdownObjectThe children of the given markdown object, or
.
See Also