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

◆ ConcurrentStack() [2/2]

Definition at line 56 of file ConcurrentStack.cs.

57 {
58 if (collection == null)
59 {
60 throw new ArgumentNullException("collection");
61 }
63 }
void InitializeFromCollection(IEnumerable< T > collection)

References System.collection, and System.Collections.Concurrent.ConcurrentStack< T >.InitializeFromCollection().