terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Collections.Specialized.ListDictionary Class Reference
+ Inheritance diagram for System.Collections.Specialized.ListDictionary:
+ Collaboration 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)
 
void CopyTo (global::System.Array array, int index)
 

Properties

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

Private Member Functions

IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 

Private Attributes

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

Detailed Description

Definition at line 11 of file ListDictionary.cs.


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