Share via


LocationTagged<T> Constructor (T, Int32, Int32, Int32)

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

Initializes a new instance of the LocationTagged<T> class.

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

Syntax

'Declaration
Public Sub New ( _
    value As T, _
    offset As Integer, _
    line As Integer, _
    col As Integer _
)
'Usage
Dim value As T
Dim offset As Integer 
Dim line As Integer 
Dim col As Integer 

Dim instance As New LocationTagged(value, offset, _
    line, col)
public LocationTagged(
    T value,
    int offset,
    int line,
    int col
)
public:
LocationTagged(
    T value, 
    int offset, 
    int line, 
    int col
)
new : 
        value:'T * 
        offset:int * 
        line:int * 
        col:int -> LocationTagged
public function LocationTagged(
    value : T, 
    offset : int, 
    line : int, 
    col : int
)

Parameters

  • value
    Type: T
    The value of the source.

See Also

Reference

LocationTagged<T> Class

LocationTagged<T> Overload

System.Web.Razor.Text Namespace