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

Classes

class  NodeEnumerator
 

Public Member Functions

void CopyTo (Array array, int index)
 
bool Contains (object key)
 
void Add (object key, object value)
 
void Clear ()
 
IDictionaryEnumerator GetEnumerator ()
 
void Remove (object key)
 
void Add (object key, object? value)
 

Properties

int Count [get]
 
object SyncRoot [get]
 
bool IsSynchronized [get]
 
object this[object key] [get, set]
 
ICollection Keys [get]
 
ICollection Values [get]
 
bool IsReadOnly [get]
 
bool IsFixedSize [get]
 

Private Member Functions

IEnumerator IEnumerable. GetEnumerator ()
 

Detailed Description

Definition at line 3 of file EmptyReadOnlyDictionaryInternal.cs.


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