Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Specialized.ReadOnlyList Class Referencesealed

Public Member Functions

int Add (object value)
 
void Clear ()
 
bool Contains (object value)
 
void CopyTo (Array array, int index)
 
IEnumerator GetEnumerator ()
 
int IndexOf (object value)
 
void Insert (int index, object value)
 
void Remove (object value)
 
void RemoveAt (int index)
 
int Add (object? value)
 
bool Contains (object? value)
 
int IndexOf (object? value)
 
void Insert (int index, object? value)
 
void Remove (object? value)
 

Package Functions

 ReadOnlyList (IList list)
 

Properties

int Count [get]
 
bool IsReadOnly [get]
 
bool IsFixedSize [get]
 
bool IsSynchronized [get]
 
object this[int index] [get, set]
 
object SyncRoot [get]
 

Private Attributes

readonly IList _list
 

Detailed Description

Definition at line 3 of file ReadOnlyList.cs.


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