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

◆ HashSet() [3/7]

System.Collections.Generic.HashSet< T >.HashSet ( int capacity)
inline

Definition at line 144 of file HashSet.cs.

145 : this(capacity, (IEqualityComparer<T>?)null)
146 {
147 }