Share via


SpanBuilder.Accept Method

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

Accepts the given symbol for the span builder.

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

Syntax

'Declaration
Public Sub Accept ( _
    symbol As ISymbol _
)
'Usage
Dim instance As SpanBuilder 
Dim symbol As ISymbol

instance.Accept(symbol)
public void Accept(
    ISymbol symbol
)
public:
void Accept(
    ISymbol^ symbol
)
member Accept : 
        symbol:ISymbol -> unit
public function Accept(
    symbol : ISymbol
)

Parameters

See Also

Reference

SpanBuilder Class

System.Web.Razor.Parser.SyntaxTree Namespace