ImplicitExpressionEditHandler Constructor
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.
Initializes a new instance of the ImplicitExpressionEditHandler class.
public ImplicitExpressionEditHandler(Func<string,System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.ISymbol>> tokenizer, System.Collections.Generic.ISet<string> keywords, bool acceptTrailingDot);
new System.Web.Razor.Editor.ImplicitExpressionEditHandler : Func<string, seq<System.Web.Razor.Tokenizer.Symbols.ISymbol>> * System.Collections.Generic.ISet<string> * bool -> System.Web.Razor.Editor.ImplicitExpressionEditHandler
Public Sub New (tokenizer As Func(Of String, IEnumerable(Of ISymbol)), keywords As ISet(Of String), acceptTrailingDot As Boolean)
Parameters
- tokenizer
- Func<String,IEnumerable<ISymbol>>
The tokenizer.
- acceptTrailingDot
- Boolean
true to accept trailing dot; otherwise, false.