terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.ReadOnlyMemory< T > Struct Template Reference
+ Inheritance 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 (ReadOnlyMemory< T > other)
 
override int GetHashCode ()
 
bool Equals (T other)
 

Package Functions

object GetObjectStartLength ([Out] int start, [Out] int length)
 

Properties

int Length [get]
 
ReadOnlySpan< TSpan [get]
 

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 11 of file ReadOnlyMemory.cs.


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