CSharpCodeParser.Block.Start Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the source location to start the block.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Property Start As SourceLocation
Get
Set
'Usage
Dim instance As CSharpCodeParser.Block
Dim value As SourceLocation
value = instance.Start
instance.Start = value
public SourceLocation Start { get; set; }
public:
property SourceLocation Start {
SourceLocation get ();
void set (SourceLocation value);
}
member Start : SourceLocation with get, set
function get Start () : SourceLocation
function set Start (value : SourceLocation)
Property Value
Type: System.Web.Razor.Text.SourceLocation
The source location to start the block.