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.ReadOnlySpan< T > Struct Template Reference
+ 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< TSlice (int start)
 
global::System.ReadOnlySpan< TSlice (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< TEmpty [get, set]
 

Private Attributes

readonly int _length
 

Detailed Description

Definition at line 20 of file ReadOnlySpan.cs.


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