Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Metadata.SequencePoint Struct Reference

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 ()
 

Detailed Description

Definition at line 8 of file SequencePoint.cs.


The documentation for this struct was generated from the following file: