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

◆ Remove() [2/2]

void ReLogic.Reflection.IdDictionary.Remove ( string name)
inline

Definition at line 59 of file IdDictionary.cs.

60 {
62 _nameToId.Remove(name);
63 }
readonly Dictionary< string, int > _nameToId
Dictionary< int, string > _idToName
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)

References ReLogic.Reflection.IdDictionary._idToName, ReLogic.Reflection.IdDictionary._nameToId, and System.Collections.Generic.Dictionary< TKey, TValue >.Remove().