-
Home
-
API
-
Markdig.Syntax.Inlines
-
ContainerInline
-
Methods
-
FindDescendants()
FindDescendants() Method
Definition
Finds all the descendants.
public IEnumerable<T> FindDescendants<T>()
where T : Inline
Type parameters
- T
- Type of the descendants to find
Returns