terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
ReadOnlyMemory (T[] array) | |
ReadOnlyMemory (T[] array, int start, int length) | |
override string | ToString () |
override bool | Equals (object obj) |
bool | Equals (global::System.ReadOnlyMemory< T > other) |
override int | GetHashCode () |
Package Functions | |
object | GetObjectStartLength (out int start, out int length) |
Properties | |
int | Length [get, set] |
global::System.ReadOnlySpan< T > | Span [get, set] |
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 15 of file ReadOnlyMemory.cs.