|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ArrayWithOffset (object? array, int offset) | |
| object? | GetArray () |
| int | GetOffset () |
| override int | GetHashCode () |
| override bool | Equals ([NotNullWhen(true)] object? obj) |
| bool | Equals (ArrayWithOffset obj) |
Static Public Member Functions | |
| static bool | operator== (ArrayWithOffset a, ArrayWithOffset b) |
| static bool | operator!= (ArrayWithOffset a, ArrayWithOffset b) |
Private Attributes | |
| readonly object | m_array |
| readonly int | m_offset |
| readonly int | m_count |
Definition at line 6 of file ArrayWithOffset.cs.