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.Span< T > Struct Template Reference

Public Member Functions

 Span (T[] array)
 
 Span (T[] array, int start, int length)
 
unsafe Span (void *pointer, int length)
 
T GetPinnableReference ()
 
void Clear ()
 
void Fill (T value)
 
void CopyTo (Span< T > destination)
 
bool TryCopyTo (Span< T > destination)
 
override string ToString ()
 
Span< TSlice (int start)
 
Span< TSlice (int start, int length)
 
T[] ToArray ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static implicit operator ReadOnlySpan< T > (Span< T > span)
 
static implicit operator Span< T > (T[] array)
 

Package Functions

 Span (T ptr, int length)
 

Package Attributes

readonly ByReference< T_pointer
 

Properties

T this[int index] [get]
 
int Length [get]
 

Private Attributes

readonly int _length
 

Detailed Description

Definition at line 14 of file Span.cs.


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