FirstParentOfType() Method

Definition

Assembly Markdig.dll

Performs the first parent of type t operation.

public T? FirstParentOfType<T>()
    where T : notnull, Inline

Type parameters

T

Returns

{T}