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
Loading...
Searching...
No Matches
System.ReadOnlyMemory< T > Struct Template Reference
+ Inheritance diagram for System.ReadOnlyMemory< T >:
+ Collaboration diagram for System.ReadOnlyMemory< T >:

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< TSpan [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
 

Detailed Description

Definition at line 15 of file ReadOnlyMemory.cs.


The documentation for this struct was generated from the following file: