GeneratedCodeMapping Struct

Definition

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

public struct GeneratedCodeMapping
type GeneratedCodeMapping = struct
Public Structure GeneratedCodeMapping
Inheritance
GeneratedCodeMapping

Constructors

Name Description
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.

Properties

Name Description
CodeLength

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the length of the generated map codes.

StartColumn

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the starting column of the generated code maps.

StartGeneratedColumn

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the starting column of a generated code maps in the generated source file.

StartLine

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the starting line of the generated code maps.

StartOffset

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.

Methods

Name Description
Equals(Object)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current generated code mapping object.

GetHashCode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for the generated code mapping object.

ToString()

Returns a string that represents the current object.

Operators

Name Description
Equality(GeneratedCodeMapping, GeneratedCodeMapping)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two specified generated code mapping objects have the same value.

Inequality(GeneratedCodeMapping, GeneratedCodeMapping)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two specified generated code mapping objects have different values.

Applies to