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

Public Member Functions

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

Properties

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

Private Attributes

readonly object _item
 

Detailed Description

Definition at line 3 of file SingleItemReadOnlyList.cs.


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