ImplicitExpressionSpan Constructor (SourceLocation, String, ISet<String>, Boolean)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Razor.Parser.SyntaxTree
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Sub New ( _
start As SourceLocation, _
content As String, _
keywords As ISet(Of String), _
acceptTrailingDot As Boolean _
)
'Usage
Dim start As SourceLocation
Dim content As String
Dim keywords As ISet(Of String)
Dim acceptTrailingDot As Boolean
Dim instance As New ImplicitExpressionSpan(start, content, _
keywords, acceptTrailingDot)
public ImplicitExpressionSpan(
SourceLocation start,
string content,
ISet<string> keywords,
bool acceptTrailingDot
)
public:
ImplicitExpressionSpan(
SourceLocation start,
String^ content,
ISet<String^>^ keywords,
bool acceptTrailingDot
)
public function ImplicitExpressionSpan(
start : SourceLocation,
content : String,
keywords : ISet<String>,
acceptTrailingDot : boolean
)
Parameters
- start
Type: System.Web.Razor.Text.SourceLocation
- content
Type: System.String
- keywords
Type: System.Collections.Generic.ISet<String>
- acceptTrailingDot
Type: System.Boolean
Permissions
- Medium trust for the immediate caller. This member can be used by partially trusted code.