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

◆ Create< IdClass, IdType >()

Definition at line 99 of file IdDictionary.cs.

100 {
101 return Create(typeof(IdClass), typeof(IdType));
102 }
static IdDictionary Create(Type idClass, Type idType)

References ReLogic.Reflection.IdDictionary.Create().