Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.ObjectModel.ReadOnlyCollection< T > Class Template Reference

Public Member Functions

 ReadOnlyCollection (IList< T > list)
 
bool Contains (T value)
 
void CopyTo (T[] array, int index)
 
IEnumerator< TGetEnumerator ()
 
int IndexOf (T value)
 
int Add (object? value)
 
bool Contains (object? value)
 
int IndexOf (object? value)
 
void Insert (int index, object? value)
 
void Remove (object? value)
 
int Add (object? value)
 
bool Contains (object? value)
 
int IndexOf (object? value)
 
void Insert (int index, object? value)
 
void Remove (object? value)
 

Properties

int Count [get]
 
T this[int index] [get]
 
IList< TItems [get]
 
bool ICollection< T >. IsReadOnly [get]
 
T IList< T >. this[int index] [get, set]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 
bool IList. IsFixedSize [get]
 
bool IList. IsReadOnly [get]
 
object? IList. this[int index] [get, set]
 

Private Member Functions

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

Static Private Member Functions

static bool IsCompatibleObject (object value)
 

Private Attributes

readonly IList< Tlist
 

Detailed Description

Definition at line 11 of file ReadOnlyCollection.cs.


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