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

Classes

struct  Enumerator
 

Public Member Functions

 ArraySegment (T[] array)
 
 ArraySegment (T[] array, int offset, int count)
 
ArraySegment< T >.Enumerator GetEnumerator ()
 
override int GetHashCode ()
 
void CopyTo (T[] destination, int destinationIndex)
 
override bool Equals (object obj)
 
bool Equals (ArraySegment< T > obj)
 
int IList< T >. IndexOf (T item)
 
void IList< T >. Insert (int index, T item)
 
void IList< T >. RemoveAt (int index)
 
void ICollection< T >. Add (T item)
 
void ICollection< T >. Clear ()
 
bool ICollection< T >. Contains (T item)
 
bool ICollection< T >. Remove (T item)
 
IEnumerator< T > IEnumerable< T >. GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
int Add (object value)
 
bool Contains (object value)
 
int IndexOf (object value)
 
void Insert (int index, object value)
 
void Remove (object value)
 
void CopyTo (Array array, int index)
 

Static Public Member Functions

static ArraySegment ()
 

Properties

static ArraySegment< TEmpty [get]
 
T[] Array [get]
 
int Offset [get]
 
int Count [get]
 
T IList< T >. this[int index] [get, set]
 
T IReadOnlyList< T >. this[int index] [get]
 
bool ICollection< T >. IsReadOnly [get]
 
bool IsFixedSize [get]
 
object SyncRoot [get]
 
bool IsSynchronized [get]
 

Private Member Functions

void ThrowInvalidOperationIfDefault ()
 

Private Attributes

readonly T[] _array
 
readonly int _offset
 
readonly int _count
 

Static Private Attributes

static readonly ArraySegment< T >< Emptyk__BackingField
 

Detailed Description

Definition at line 13 of file ArraySegment.cs.


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