Parent Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll
Implements Parent

Gets the parent of this container. May be null.

public ContainerBlock? Parent { get; }

Returns