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

◆ AddRange< T >()

static void Internal.Cryptography.Helpers.AddRange< T > ( this ICollection< T > coll,
IEnumerable< T > newData )
inlinestaticpackage

Definition at line 116 of file Helpers.cs.

117 {
118 foreach (T newDatum in newData)
119 {
121 }
122 }
void Add(TKey key, TValue value)

References System.Collections.Generic.Dictionary< TKey, TValue >.Add().