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

Public Member Functions

 Index (int value, bool fromEnd=false)
 
int GetOffset (int length)
 
override bool Equals ([NotNullWhen(true)] object? value)
 
bool Equals (Index other)
 
override int GetHashCode ()
 
override string ToString ()
 
bool Equals (T? other)
 

Static Public Member Functions

static Index FromStart (int value)
 
static Index FromEnd (int value)
 
static implicit operator Index (int value)
 

Properties

static Index Start [get]
 
static Index End [get]
 
int Value [get]
 
bool IsFromEnd [get]
 

Private Member Functions

 Index (int value)
 
string ToStringFromEnd ()
 

Private Attributes

readonly int _value
 

Detailed Description

Definition at line 6 of file Index.cs.


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