SpanEditHandler Constructors
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
SpanEditHandler(Func<String,IEnumerable<ISymbol>>) | |
SpanEditHandler(Func<String,IEnumerable<ISymbol>>, AcceptedCharacters) |
SpanEditHandler(Func<String,IEnumerable<ISymbol>>)
public:
SpanEditHandler(Func<System::String ^, System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Tokenizer::Symbols::ISymbol ^> ^> ^ tokenizer);
public SpanEditHandler (Func<string,System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol>> tokenizer);
new Microsoft.AspNetCore.Razor.Editor.SpanEditHandler : Func<string, seq<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol>> -> Microsoft.AspNetCore.Razor.Editor.SpanEditHandler
Public Sub New (tokenizer As Func(Of String, IEnumerable(Of ISymbol)))
Parameters
- tokenizer
- Func<String,IEnumerable<ISymbol>>
Applies to
SpanEditHandler(Func<String,IEnumerable<ISymbol>>, AcceptedCharacters)
public:
SpanEditHandler(Func<System::String ^, System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Tokenizer::Symbols::ISymbol ^> ^> ^ tokenizer, Microsoft::AspNetCore::Razor::Parser::SyntaxTree::AcceptedCharacters accepted);
public SpanEditHandler (Func<string,System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol>> tokenizer, Microsoft.AspNetCore.Razor.Parser.SyntaxTree.AcceptedCharacters accepted);
new Microsoft.AspNetCore.Razor.Editor.SpanEditHandler : Func<string, seq<Microsoft.AspNetCore.Razor.Tokenizer.Symbols.ISymbol>> * Microsoft.AspNetCore.Razor.Parser.SyntaxTree.AcceptedCharacters -> Microsoft.AspNetCore.Razor.Editor.SpanEditHandler
Public Sub New (tokenizer As Func(Of String, IEnumerable(Of ISymbol)), accepted As AcceptedCharacters)
Parameters
- tokenizer
- Func<String,IEnumerable<ISymbol>>
- accepted
- AcceptedCharacters