Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Remove() [3/3]

bool System.Collections.Specialized.DictionaryWrapper.Remove ( string key)
inline

Definition at line 110 of file DictionaryWrapper.cs.

111 {
112 return _contents.Remove(key);
113 }
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
readonly Dictionary< string, string > _contents

References System.Collections.Specialized.DictionaryWrapper._contents, System.key, and System.Collections.Generic.Dictionary< TKey, TValue >.Remove().

Referenced by System.Collections.Specialized.StringDictionaryWrapper.Remove().