Share via


SpanBuilder.ClearSymbols Method

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

Clears the symbols of the span builder.

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

Syntax

'Declaration
Public Sub ClearSymbols
'Usage
Dim instance As SpanBuilder

instance.ClearSymbols()
public void ClearSymbols()
public:
void ClearSymbols()
member ClearSymbols : unit -> unit
public function ClearSymbols()

See Also

Reference

SpanBuilder Class

System.Web.Razor.Parser.SyntaxTree Namespace