Span.Offset Property

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 Property Offset As SourceLocation
    Get
    Private Set
'Usage
Dim instance As Span
Dim value As SourceLocation

value = instance.Offset
public SourceLocation Offset { get; private set; }
public:
property SourceLocation Offset {
    SourceLocation get ();
    private: void set (SourceLocation value);
}
function get Offset () : SourceLocation
private function set Offset (value : SourceLocation)

Property Value

Type: System.Web.Razor.Text.SourceLocation

Permissions

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

See Also

Reference

Span Class

System.Web.Razor.Parser.SyntaxTree Namespace