terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
ReadOnlyMemory (T[] array) | |
ReadOnlyMemory (T[] array, int start, int length) | |
override string | ToString () |
override bool | Equals (object obj) |
bool | Equals (ReadOnlyMemory< T > other) |
override int | GetHashCode () |
bool | Equals (T other) |
Package Functions | |
object | GetObjectStartLength ([Out] int start, [Out] int length) |
Properties | |
int | Length [get] |
ReadOnlySpan< T > | Span [get] |
Static Private Member Functions | |
static int | CombineHashCodes (int left, int right) |
static int | CombineHashCodes (int h1, int h2, int h3) |
Private Attributes | |
readonly object | _object |
readonly int | _index |
readonly int | _length |
Definition at line 11 of file ReadOnlyMemory.cs.