terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Collections.Specialized.ListDictionary Class Reference
+ Inheritance diagram for System.Collections.Specialized.ListDictionary:

Classes

class  DictionaryNode
 
class  NodeEnumerator
 
class  NodeKeyValueCollection
 

Public Member Functions

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

Properties

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

Private Member Functions

IEnumerator IEnumerable. GetEnumerator ()
 

Private Attributes

ListDictionary.DictionaryNode head
 
int version
 
int count
 
readonly IComparer comparer
 
object _syncRoot
 

Detailed Description

Definition at line 8 of file ListDictionary.cs.


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