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

Public Member Functions

 StringDictionaryWrapper (DictionaryWrapper contents)
 
override void Add (string key, string value)
 
override void Clear ()
 
override bool ContainsKey (string key)
 
override bool ContainsValue (string value)
 
override void CopyTo (Array array, int index)
 
override IEnumerator GetEnumerator ()
 
override void Remove (string key)
 
virtual void Add (string key, string? value)
 
virtual bool ContainsValue (string? value)
 

Properties

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

Private Attributes

readonly DictionaryWrapper _contents
 
readonly Hashtable contents = new Hashtable()
 

Detailed Description

Definition at line 5 of file StringDictionaryWrapper.cs.


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