Share via


Tokenizer<TSymbol, TSymbolType>.CurrentStart Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the current start of the source location.

Namespace:  System.Web.Razor.Tokenizer
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Protected Property CurrentStart As SourceLocation 
    Get 
    Private Set
'Usage
Dim value As SourceLocation 

value = Me.CurrentStart
protected SourceLocation CurrentStart { get; private set; }
protected:
property SourceLocation CurrentStart {
    SourceLocation get ();
    private: void set (SourceLocation value);
}
member CurrentStart : SourceLocation with get, private set
function get CurrentStart () : SourceLocation 
private function set CurrentStart (value : SourceLocation)

Property Value

Type: System.Web.Razor.Text.SourceLocation
The current start of the source location.

See Also

Reference

Tokenizer<TSymbol, TSymbolType> Class

System.Web.Razor.Tokenizer Namespace