FindDescendants() Method

Definition

Assembly Markdig.dll

Finds all the descendants.

public IEnumerable<T> FindDescendants<T>()
    where T : Inline

Type parameters

T
Type of the descendants to find

Returns

IEnumerable<T>
An enumeration of T