Click or drag to resize

MarkdownImportOptionsGetChildList Method

Gets the children of a markdown object. is returned if no children could be found.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IReadOnlyList<MarkdownObject>? GetChildList(
	MarkdownObject parent
)

Parameters

parent  MarkdownObject
The markdown object from which to get the childs.

Return Value

IReadOnlyListMarkdownObject
The children of the given markdown object, or .
See Also