AutoCompleteEditHandler Konstruktory

Definice

Přetížení

AutoCompleteEditHandler(Func<String,IEnumerable<ISymbol>>)

Inicializuje novou instanci AutoCompleteEditHandler třídy.

AutoCompleteEditHandler(Func<String,IEnumerable<ISymbol>>, AcceptedCharacters)

Inicializuje novou instanci AutoCompleteEditHandler třídy.

AutoCompleteEditHandler(Func<String,IEnumerable<ISymbol>>)

Inicializuje novou instanci AutoCompleteEditHandler třídy.

public AutoCompleteEditHandler (Func<string,System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.ISymbol>> tokenizer);
new System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler : Func<string, seq<System.Web.Razor.Tokenizer.Symbols.ISymbol>> -> System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler
Public Sub New (tokenizer As Func(Of String, IEnumerable(Of ISymbol)))

Parametry

tokenizer
Func<String,IEnumerable<ISymbol>>

Tokenizátor.

Platí pro

AutoCompleteEditHandler(Func<String,IEnumerable<ISymbol>>, AcceptedCharacters)

Inicializuje novou instanci AutoCompleteEditHandler třídy.

public AutoCompleteEditHandler (Func<string,System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.ISymbol>> tokenizer, System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters accepted);
new System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler : Func<string, seq<System.Web.Razor.Tokenizer.Symbols.ISymbol>> * System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters -> System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler
Public Sub New (tokenizer As Func(Of String, IEnumerable(Of ISymbol)), accepted As AcceptedCharacters)

Parametry

tokenizer
Func<String,IEnumerable<ISymbol>>

Tokenizátor.

accepted
AcceptedCharacters

Přijaté znaky.

Platí pro