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.ListDictionaryInternal Class Reference
+ Inheritance diagram for System.Collections.ListDictionaryInternal:

Classes

class  DictionaryNode
 
class  NodeEnumerator
 
class  NodeKeyValueCollection
 

Public Member Functions

 ListDictionaryInternal ()
 
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

ListDictionaryInternal.DictionaryNode head
 
int version
 
int count
 
object _syncRoot
 

Detailed Description

Definition at line 8 of file ListDictionaryInternal.cs.


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