Share via


PositionTagged<T> Constructor

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 PositionTagged<T> class.

Namespace:  System.Web.WebPages.Instrumentation
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

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

Dim instance As New PositionTagged(value, offset)
public PositionTagged(
    T value,
    int offset
)
public:
PositionTagged(
    T value, 
    int offset
)
new : 
        value:'T * 
        offset:int -> PositionTagged
public function PositionTagged(
    value : T, 
    offset : int
)

Parameters

  • value
    Type: T
    The value of this current instance.

See Also

Reference

PositionTagged<T> Class

System.Web.WebPages.Instrumentation Namespace