SymbolExtensions Class

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

Represents the symbol extensions for the web tokenizer.

System.Object
  System.Web.Razor.Tokenizer.Symbols.SymbolExtensions

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

public final class SymbolExtensions

  NameDescription
Public methodStatic memberGetContent(ISymbol)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the content of this SymbolExtensions class.
Public methodStatic memberGetContent(SpanBuilder)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the content of this SymbolExtensions class.
Public methodStatic memberGetContent(IEnumerable(ISymbol), SourceLocation)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the content of this SymbolExtensions class.
Public methodStatic memberGetContent(SpanBuilder, Func(IEnumerable(ISymbol), IEnumerable(ISymbol)))Gets the content of this SymbolExtensions class.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: