-
Home
-
API
-
Markdig.Syntax.Inlines
-
ContainerInline
-
Methods
-
ContainsChild(Inline)
ContainsChild(Inline) Method
Definition
Checks if this instance contains the specified child.
public bool ContainsChild(Inline childToFind)
Parameters
- childToFind
- Inline
The child to find.
Returns
- Boolean
true if this instance contains the specified child; false otherwise