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

◆ Remove() [1/2]

void ReLogic.Reflection.IdDictionary.Remove ( int id)
inline

Definition at line 65 of file IdDictionary.cs.

66 {
68 _idToName.Remove(id);
69 }
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().