|
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
|
Inheritance diagram for System.ReadOnlySpan< T >:
Collaboration diagram for System.ReadOnlySpan< T >:Public Member Functions | |
| ReadOnlySpan (T[] array) | |
| ReadOnlySpan (T[] array, int start, int length) | |
| unsafe | ReadOnlySpan (void *pointer, int length) |
| void | CopyTo (global::System.Span< T > destination) |
| bool | TryCopyTo (global::System.Span< T > destination) |
| unsafe override string | ToString () |
| global::System.ReadOnlySpan< T > | Slice (int start) |
| global::System.ReadOnlySpan< 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 > (T[] array) |
Package Functions | |
| ReadOnlySpan (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] |
| bool | IsEmpty [get, set] |
| static global::System.ReadOnlySpan< T > | Empty [get, set] |
Private Attributes | |
| readonly int | _length |
Definition at line 20 of file ReadOnlySpan.cs.