VBOptionSpan Constructor

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, _
    optionName As String, _
    value As Boolean _
)
'Usage
Dim start As SourceLocation
Dim content As String
Dim optionName As String
Dim value As Boolean

Dim instance As New VBOptionSpan(start, content, _
    optionName, value)
public VBOptionSpan(
    SourceLocation start,
    string content,
    string optionName,
    bool value
)
public:
VBOptionSpan(
    SourceLocation start, 
    String^ content, 
    String^ optionName, 
    bool value
)
public function VBOptionSpan(
    start : SourceLocation, 
    content : String, 
    optionName : String, 
    value : boolean
)

Parameters

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

VBOptionSpan Class

System.Web.Razor.Parser.SyntaxTree Namespace