Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Range Struct Reference

Public Member Functions

 Range (Index start, Index end)
 
override bool Equals ([NotNullWhen(true)] object? value)
 
bool Equals (Range other)
 
override int GetHashCode ()
 
override string ToString ()
 
int int Length GetOffsetAndLength (int length)
 
bool Equals (T? other)
 

Static Public Member Functions

static Range StartAt (Index start)
 
static Range EndAt (Index end)
 

Public Attributes

int Offset
 

Properties

Index Start [get]
 
Index End [get]
 
static Range All [get]
 

Detailed Description

Definition at line 6 of file Range.cs.


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