ContainsParentOfType() Method

Definition

Assembly Markdig.dll

Determines whether this instance contains a parent of the specified type.

public bool ContainsParentOfType<T>()
    where T : Inline

Type parameters

T
Type of the parent to check

Returns

Boolean
true if this instance contains a parent of the specified type; false otherwise