FindParentOfType() Method

Definition

Assembly Markdig.dll

Iterates on parents of the specified type.

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

Type parameters

T
Type of the parent to iterate over

Returns

IEnumerable<T>
An enumeration on the parents of the specified type