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.Collections.ObjectModel.ReadOnlyCollection< T > Class Template Reference
+ Inheritance diagram for System.Collections.ObjectModel.ReadOnlyCollection< T >:
+ Collaboration diagram for System.Collections.ObjectModel.ReadOnlyCollection< T >:

Public Member Functions

 ReadOnlyCollection (global::System.Collections.Generic.IList< T > list)
 
bool Contains (T value)
 
void CopyTo (T[] array, int index)
 
global::System.Collections.Generic.IEnumerator< TGetEnumerator ()
 
int IndexOf (T value)
 

Properties

int Count [get, set]
 
T this[int index] [get, set]
 
bool System.Collections.Generic.ICollection< T >. IsReadOnly [get, set]
 
T System.Collections.Generic.IList< T >. Item [get, set]
 
bool System.Collections.ICollection. IsSynchronized [get, set]
 
object System.Collections.ICollection. SyncRoot [get, set]
 
bool System.Collections.IList. IsFixedSize [get, set]
 
bool System.Collections.IList. IsReadOnly [get, set]
 
object System.Collections.IList. Item [get, set]
 

Private Member Functions

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

Static Private Member Functions

static bool IsCompatibleObject (object value)
 

Private Attributes

global::System.Collections.Generic.IList< Tlist
 
object _syncRoot
 

Detailed Description

Definition at line 13 of file ReadOnlyCollection.cs.


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