-
Home
-
API
-
Markdig.Syntax.Inlines
-
Inline
-
Methods
-
FindParentOfType()
FindParentOfType() Method
Definition
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