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 | |
Span (T[] array) | |
Span (T[] array, int start, int length) | |
unsafe | Span (void *pointer, int length) |
ref T | GetPinnableReference () |
void | Clear () |
void | Fill (T value) |
void | CopyTo (global::System.Span< T > destination) |
bool | TryCopyTo (global::System.Span< T > destination) |
unsafe override string | ToString () |
global::System.Span< T > | Slice (int start) |
global::System.Span< T > | Slice (int start, int length) |
T[] | ToArray () |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static implicit | operator global::System.ReadOnlySpan< T > (global::System.Span< T > span) |
static unsafe implicit | operator global::System.Span< T > (T[] array) |
Package Functions | |
Span (ref T ptr, int length) | |
Package Attributes | |
readonly global::System.ByReference< T > | _pointer |
Properties | |
ref T | this[int index] [get, set] |
int | Length [get, set] |
Private Attributes | |
readonly int | _length |