SourcePosition Class
Definition
A position in source code.
public abstract class SourcePosition : IEquatable<SourcePosition>, IEqualityOperators<SourcePosition, SourcePosition, Boolean>
Constructors
Name | Description |
---|---|
Fields
Name | Description |
---|---|
Represents no source position, e.g. the parent node was generated programmatically. |
Methods
Name | Description |
---|---|
Combines two SourcePositions to give a new SourcePosition that includes both this position and the | |
Create a new SourcePosition with zero width at the start of this SourcePosition. | |
Operators
Name | Description |
---|---|
Combines two SourcePositions to give a new SourcePosition that includes both | |
Determines whether two specified SourceFiles have the same value. | |
Determines whether two specified SourceFiles have different values. |
Last modified: 22 November 2024