SpanFactory Delegate

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.Razor.Parser.SyntaxTree
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Delegate Function SpanFactory ( _
    context As ParserContext _
) As Span
'Usage
Dim instance As New SpanFactory(AddressOf HandlerMethod)
public delegate Span SpanFactory(
    ParserContext context
)
public delegate Span^ SpanFactory(
    ParserContext^ context
)
JScript does not support delegates.

Parameters

Return Value

Type: System.Web.Razor.Parser.SyntaxTree.Span

See Also

Reference

System.Web.Razor.Parser.SyntaxTree Namespace