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.Memory< T > Struct Template Reference
+ Inheritance diagram for System.Memory< T >:

Public Member Functions

 Memory (T[] array)
 
 Memory (T[] array, int start, int length)
 
override string ToString ()
 
Memory< TSlice (int start, int length)
 
MemoryHandle Pin ()
 
T[] ToArray ()
 
override bool Equals (object obj)
 
bool Equals (Memory< T > other)
 
override int GetHashCode ()
 
bool Equals (T other)
 

Static Public Member Functions

static implicit operator Memory< T > (T[] array)
 
static implicit operator ReadOnlyMemory< T > (Memory< T > memory)
 

Package Functions

 Memory (object obj, int start, int length)
 

Properties

int Length [get]
 
Span< 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 Memory.cs.


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