Block.FindLastDescendentSpan Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Finds the last descendent span of the block.

public System.Web.Razor.Parser.SyntaxTree.Span FindLastDescendentSpan ();
member this.FindLastDescendentSpan : unit -> System.Web.Razor.Parser.SyntaxTree.Span
Public Function FindLastDescendentSpan () As Span

Returns

The last descendent span of the block.

Applies to