Block.FindLastDescendentSpan Method
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.
Namespace: System.Web.Razor.Parser.SyntaxTree
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Function FindLastDescendentSpan As Span
'Usage
Dim instance As Block
Dim returnValue As Span
returnValue = instance.FindLastDescendentSpan()
public Span FindLastDescendentSpan()
public:
Span^ FindLastDescendentSpan()
member FindLastDescendentSpan : unit -> Span
public function FindLastDescendentSpan() : Span
Return Value
Type: System.Web.Razor.Parser.SyntaxTree.Span
The last descendent span of the block.