Class DebugInfo.SequencePoint
Inheritance
System.Object
DebugInfo.SequencePoint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IL2CPU.Debug.Symbols
Assembly: IL2CPU.Debug.Symbols.Net48.dll
Syntax
public class SequencePoint
Fields
| Improve this Doc View SourceColEnd
Declaration
public int ColEnd
Field Value
Type | Description |
---|---|
System.Int32 |
ColStart
Declaration
public int ColStart
Field Value
Type | Description |
---|---|
System.Int32 |
Document
Declaration
public string Document
Field Value
Type | Description |
---|---|
System.String |
LineEnd
Declaration
public int LineEnd
Field Value
Type | Description |
---|---|
System.Int32 |
LineStart
Declaration
public int LineStart
Field Value
Type | Description |
---|---|
System.Int32 |
Offset
Declaration
public int Offset
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
| Improve this Doc View SourceLineColEnd
Declaration
public long LineColEnd { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
LineColStart
Declaration
public long LineColStart { get; }
Property Value
Type | Description |
---|---|
System.Int64 |