Share via


CSharpCodeParser.Block.Start Property

Definition

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.

public System.Web.Razor.Text.SourceLocation Start { get; set; }
member this.Start : System.Web.Razor.Text.SourceLocation with get, set
Public Property Start As SourceLocation

Property Value

The source location to start the block.

Applies to