ScanEntity(T, out Int32, out Int32, out Int32) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Scans an entity. Returns number of chars matched.

public static int ScanEntity<T>(T slice, scoped out int numericEntity, scoped out int namedEntityStart, scoped out int namedEntityLength)
    where T : ICharIterator

Type parameters

T

Parameters

slice
{T}
numericEntity
Int32
namedEntityStart
Int32
namedEntityLength
Int32

Returns