SymbolExtensions.GetContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetContent(SpanBuilder) | |
GetContent(ISymbol) | |
GetContent(SpanBuilder, Func<IEnumerable<ISymbol>,IEnumerable<ISymbol>>) | |
GetContent(IEnumerable<ISymbol>, SourceLocation) |
GetContent(SpanBuilder)
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ GetContent(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^ span);
public static Microsoft.AspNetCore.Razor.Text.LocationTagged<string> GetContent (this Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder span);
static member GetContent : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder -> Microsoft.AspNetCore.Razor.Text.LocationTagged<string>
<Extension()>
Public Function GetContent (span As SpanBuilder) As LocationTagged(Of String)
Parameters
- span
- SpanBuilder
Returns
Applies to
GetContent(ISymbol)
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ GetContent(Microsoft::AspNetCore::Razor::Tokenizer::Symbols::ISymbol ^ symbol);
public static Microsoft.AspNetCore.Razor.Text.LocationTagged<string> GetContent (this Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol symbol);
static member GetContent : Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol -> Microsoft.AspNetCore.Razor.Text.LocationTagged<string>
<Extension()>
Public Function GetContent (symbol As ISymbol) As LocationTagged(Of String)
Parameters
- symbol
- ISymbol
Returns
Applies to
GetContent(SpanBuilder, Func<IEnumerable<ISymbol>,IEnumerable<ISymbol>>)
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ GetContent(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^ span, Func<System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Tokenizer::Symbols::ISymbol ^> ^, System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Tokenizer::Symbols::ISymbol ^> ^> ^ filter);
public static Microsoft.AspNetCore.Razor.Text.LocationTagged<string> GetContent (this Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder span, Func<System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol>,System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol>> filter);
static member GetContent : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder * Func<seq<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol>, seq<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol>> -> Microsoft.AspNetCore.Razor.Text.LocationTagged<string>
<Extension()>
Public Function GetContent (span As SpanBuilder, filter As Func(Of IEnumerable(Of ISymbol), IEnumerable(Of ISymbol))) As LocationTagged(Of String)
Parameters
- span
- SpanBuilder
- filter
- Func<IEnumerable<ISymbol>,IEnumerable<ISymbol>>
Returns
Applies to
GetContent(IEnumerable<ISymbol>, SourceLocation)
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ GetContent(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Tokenizer::Symbols::ISymbol ^> ^ symbols, Microsoft::AspNetCore::Razor::SourceLocation spanStart);
public static Microsoft.AspNetCore.Razor.Text.LocationTagged<string> GetContent (this System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol> symbols, Microsoft.AspNetCore.Razor.SourceLocation spanStart);
static member GetContent : seq<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol> * Microsoft.AspNetCore.Razor.SourceLocation -> Microsoft.AspNetCore.Razor.Text.LocationTagged<string>
<Extension()>
Public Function GetContent (symbols As IEnumerable(Of ISymbol), spanStart As SourceLocation) As LocationTagged(Of String)
Parameters
- symbols
- IEnumerable<ISymbol>
- spanStart
- SourceLocation