| 
    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.Memory< T >:
 Collaboration diagram for System.Memory< T >:Public Member Functions | |
| Memory (T[] array) | |
| Memory (T[] array, int start, int length) | |
| override string | ToString () | 
| global::System.Memory< T > | Slice (int start, int length) | 
| unsafe global::System.Buffers.MemoryHandle | Pin () | 
| T[] | ToArray () | 
| override bool | Equals (object obj) | 
| bool | Equals (global::System.Memory< T > other) | 
| override int | GetHashCode () | 
Static Public Member Functions | |
| static implicit | operator global::System.Memory< T > (T[] array) | 
| static implicit | operator global::System.ReadOnlyMemory< T > (global::System.Memory< T > memory) | 
Package Functions | |
| Memory (object obj, int start, int length) | |
Properties | |
| int | Length [get, set] | 
| global::System.Span< 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 |