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

Classes

struct  Enumerator
 

Public Member Functions

 ArraySegment (T[] array)
 
 ArraySegment (T[] array, int offset, int count)
 
global::System.ArraySegment< T >.Enumerator GetEnumerator ()
 
override int GetHashCode ()
 
void CopyTo (T[] destination, int destinationIndex)
 
override bool Equals (object obj)
 
bool Equals (global::System.ArraySegment< T > obj)
 

Static Public Member Functions

static ArraySegment ()
 

Properties

static global::System.ArraySegment< TEmpty [get, set]
 
T[] Array [get, set]
 
int Offset [get, set]
 
int Count [get, set]
 
T System.Collections.Generic.IList< T >. Item [get, set]
 
T System.Collections.Generic.IReadOnlyList< T >. Item [get, set]
 
bool System.Collections.Generic.ICollection< T >. IsReadOnly [get, set]
 

Private Member Functions

int System.Collections.Generic.IList< T >. IndexOf (T item)
 
void System.Collections.Generic.IList< T >. Insert (int index, T item)
 
void System.Collections.Generic.IList< T >. RemoveAt (int index)
 
void System.Collections.Generic.ICollection< T >. Add (T item)
 
void System.Collections.Generic.ICollection< T >. Clear ()
 
bool System.Collections.Generic.ICollection< T >. Contains (T item)
 
bool System.Collections.Generic.ICollection< T >. Remove (T item)
 
global::System.Collections.Generic.IEnumerator< T > System.Collections.Generic.IEnumerable< T >. GetEnumerator ()
 
global::System.Collections.IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 
void ThrowInvalidOperationIfDefault ()
 

Private Attributes

readonly T[] _array
 
readonly int _offset
 
readonly int _count
 

Static Private Attributes

static readonly global::System.ArraySegment< T >< Emptyk__BackingField
 

Detailed Description

Definition at line 16 of file ArraySegment.cs.


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