SymbolExtensions.GetContent 方法

定義

多載

GetContent(SpanBuilder)

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得這個 SymbolExtensions 類別的內容。

GetContent(ISymbol)

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得這個 SymbolExtensions 類別的內容。

GetContent(IEnumerable<ISymbol>, SourceLocation)

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得這個 SymbolExtensions 類別的內容。

GetContent(SpanBuilder, Func<IEnumerable<ISymbol>,IEnumerable<ISymbol>>)

取得這個 SymbolExtensions 類別的內容。

GetContent(SpanBuilder)

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得這個 SymbolExtensions 類別的內容。

public static System.Web.Razor.Text.LocationTagged<string> GetContent (this System.Web.Razor.Parser.SyntaxTree.SpanBuilder span);
static member GetContent : System.Web.Razor.Parser.SyntaxTree.SpanBuilder -> System.Web.Razor.Text.LocationTagged<string>
<Extension()>
Public Function GetContent (span As SpanBuilder) As LocationTagged(Of String)

參數

span
SpanBuilder

具有給定範圍的交集。

傳回

這個 SymbolExtensions 類別的內容。

適用於

GetContent(ISymbol)

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得這個 SymbolExtensions 類別的內容。

public static System.Web.Razor.Text.LocationTagged<string> GetContent (this System.Web.Razor.Tokenizer.Symbols.ISymbol symbol);
static member GetContent : System.Web.Razor.Tokenizer.Symbols.ISymbol -> System.Web.Razor.Text.LocationTagged<string>
<Extension()>
Public Function GetContent (symbol As ISymbol) As LocationTagged(Of String)

參數

symbol
ISymbol

提供的符號。

傳回

這個 SymbolExtensions 類別的內容。

適用於

GetContent(IEnumerable<ISymbol>, SourceLocation)

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得這個 SymbolExtensions 類別的內容。

public static System.Web.Razor.Text.LocationTagged<string> GetContent (this System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.ISymbol> symbols, System.Web.Razor.Text.SourceLocation spanStart);
static member GetContent : seq<System.Web.Razor.Tokenizer.Symbols.ISymbol> * System.Web.Razor.Text.SourceLocation -> System.Web.Razor.Text.LocationTagged<string>
<Extension()>
Public Function GetContent (symbols As IEnumerable(Of ISymbol), spanStart As SourceLocation) As LocationTagged(Of String)

參數

symbols
IEnumerable<ISymbol>

要提供的符號。

spanStart
SourceLocation

範圍的起點索引。

傳回

這個 SymbolExtensions 類別的內容。

適用於

GetContent(SpanBuilder, Func<IEnumerable<ISymbol>,IEnumerable<ISymbol>>)

取得這個 SymbolExtensions 類別的內容。

public static System.Web.Razor.Text.LocationTagged<string> GetContent (this System.Web.Razor.Parser.SyntaxTree.SpanBuilder span, Func<System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.ISymbol>,System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.ISymbol>> filter);
static member GetContent : System.Web.Razor.Parser.SyntaxTree.SpanBuilder * Func<seq<System.Web.Razor.Tokenizer.Symbols.ISymbol>, seq<System.Web.Razor.Tokenizer.Symbols.ISymbol>> -> System.Web.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)

參數

span
SpanBuilder

具有給定範圍的交集。

filter
Func<IEnumerable<ISymbol>,IEnumerable<ISymbol>>

選擇的符號清單。

傳回

這個 SymbolExtensions 類別的內容。

適用於