Share via


GeneratedCodeMapping.StartOffset Property

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

Gets or sets the starting offset of the generated code maps.

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

Syntax

'Declaration
Public Property StartOffset As Nullable(Of Integer)
    Get 
    Set
'Usage
Dim instance As GeneratedCodeMapping 
Dim value As Nullable(Of Integer)

value = instance.StartOffset

instance.StartOffset = value
public Nullable<int> StartOffset { get; set; }
public:
property Nullable<int> StartOffset {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
member StartOffset : Nullable<int> with get, set
function get StartOffset () : Nullable<int>
function set StartOffset (value : Nullable<int>)

Property Value

Type: System.Nullable<Int32>
The starting offset of the generated code maps.

See Also

Reference

GeneratedCodeMapping Structure

System.Web.Razor.Generator Namespace