Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override int | GetHashCode () |
override bool | Equals ([NotNullWhen(true)] object? obj) |
bool | Equals (SequencePoint other) |
bool | Equals (T? other) |
Static Public Attributes | |
const int | HiddenLine = 16707566 |
Package Functions | |
SequencePoint (DocumentHandle document, int offset) | |
SequencePoint (DocumentHandle document, int offset, int startLine, ushort startColumn, int endLine, ushort endColumn) | |
Properties | |
DocumentHandle | Document [get] |
int | Offset [get] |
int | StartLine [get] |
int | EndLine [get] |
int | StartColumn [get] |
int | EndColumn [get] |
bool | IsHidden [get] |
Private Member Functions | |
string | GetDebuggerDisplay () |
Definition at line 8 of file SequencePoint.cs.