Share via


PositionTagged<T>(T, Int32) Constructor

Definition

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.

public PositionTagged (T value, int offset);
new System.Web.WebPages.Instrumentation.PositionTagged<'T> : 'T * int -> System.Web.WebPages.Instrumentation.PositionTagged<'T>
Public Sub New (value As T, offset As Integer)

Parameters

value
T

The value of this current instance.

offset
Int32

The offset.

Applies to