GeneratedCodeMapping Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GeneratedCodeMapping(Int32, 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 GeneratedCodeMapping class. |
GeneratedCodeMapping(Int32, Int32, 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 GeneratedCodeMapping class. |
GeneratedCodeMapping(Int32, 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 GeneratedCodeMapping class.
public GeneratedCodeMapping(int startLine, int startColumn, int startGeneratedColumn, int codeLength);
new System.Web.Razor.Generator.GeneratedCodeMapping : int * int * int * int -> System.Web.Razor.Generator.GeneratedCodeMapping
Public Sub New (startLine As Integer, startColumn As Integer, startGeneratedColumn As Integer, codeLength As Integer)
Parameters
- startLine
- Int32
The starting line.
- startColumn
- Int32
The starting column.
- startGeneratedColumn
- Int32
The start generated column.
- codeLength
- Int32
The code length.
Applies to
GeneratedCodeMapping(Int32, Int32, 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 GeneratedCodeMapping class.
public GeneratedCodeMapping(int startOffset, int startLine, int startColumn, int startGeneratedColumn, int codeLength);
new System.Web.Razor.Generator.GeneratedCodeMapping : int * int * int * int * int -> System.Web.Razor.Generator.GeneratedCodeMapping
Public Sub New (startOffset As Integer, startLine As Integer, startColumn As Integer, startGeneratedColumn As Integer, codeLength As Integer)
Parameters
- startOffset
- Int32
The start offset.
- startLine
- Int32
The starting line.
- startColumn
- Int32
The starting column.
- startGeneratedColumn
- Int32
The start generated column.
- codeLength
- Int32
The code length.