TryParse(ref T, out LinkReferenceDefinition?) Method

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Tries to the parse the specified text into a definition.

public static bool TryParse<T>(ref T text, [NotNullWhen(true)] scoped out LinkReferenceDefinition? block)
    where T : ICharIterator

Type parameters

T
Type of the text

Parameters

text
{T}

The text.

block
LinkReferenceDefinition

The block.

Returns

Boolean
true if parsing is successful; false otherwise