Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.ArrayList.FixedSizeList Class Referencesealed

Public Member Functions

int Add (object obj)
 
void Clear ()
 
bool Contains (object obj)
 
void CopyTo (Array array, int index)
 
IEnumerator GetEnumerator ()
 
int IndexOf (object value)
 
void Insert (int index, object obj)
 
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

 FixedSizeList (IList l)
 

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 989 of file ArrayList.cs.


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