Share via


SpanEditHandler.IsAtEndOfSpan(Span, TextChange) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified change is at the end of the span.

protected internal static bool IsAtEndOfSpan(System.Web.Razor.Parser.SyntaxTree.Span target, System.Web.Razor.Text.TextChange change);
static member IsAtEndOfSpan : System.Web.Razor.Parser.SyntaxTree.Span * System.Web.Razor.Text.TextChange -> bool
Protected Friend Shared Function IsAtEndOfSpan (target As Span, change As TextChange) As Boolean

Parameters

target
Span

The span to check.

change
TextChange

The change to chek.

Returns

true if the specified change is at the end of the span; otherwise, false.

Applies to