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

Public Member Functions

 Span (T[] array)
 
 Span (T[] array, int start, int length)
 
unsafe Span (void *pointer, int length)
 
ref T GetPinnableReference ()
 
void Clear ()
 
void Fill (T value)
 
void CopyTo (global::System.Span< T > destination)
 
bool TryCopyTo (global::System.Span< T > destination)
 
unsafe override string ToString ()
 
global::System.Span< TSlice (int start)
 
global::System.Span< 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 > (global::System.Span< T > span)
 
static unsafe implicit operator global::System.Span< T > (T[] array)
 

Package Functions

 Span (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]
 

Private Attributes

readonly int _length
 

Detailed Description

Definition at line 21 of file Span.cs.


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