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.
Inheritance Hierarchy
System.Object
System.Web.Razor.Tokenizer.Symbols.SymbolExtensions
Namespace: System.Web.Razor.Tokenizer.Symbols
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class SymbolExtensions
'Usage
public static class SymbolExtensions
[ExtensionAttribute]
public ref class SymbolExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SymbolExtensions = class end
public final class SymbolExtensions
Methods
Name | Description | |
---|---|---|
GetContent(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. | |
GetContent(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. | |
GetContent(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. | |
GetContent(SpanBuilder, Func<IEnumerable<ISymbol>, IEnumerable<ISymbol>>) | Gets the content of this SymbolExtensions class. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.