Terraria v1.4.4.9
Terraria source code documentation
|
|
inline |
Implements System.Collections.Generic.ICollection< T >.
Definition at line 327 of file HashSet.cs.
References System.Collections.Generic.HashSet< T >._buckets, System.Collections.Generic.HashSet< T >._comparer, System.Collections.Generic.HashSet< T >._entries, System.Collections.Generic.HashSet< T >._freeCount, System.Collections.Generic.HashSet< T >._freeList, System.Runtime.Serialization.Dictionary, System.Collections.Generic.IEqualityComparer< in T >.Equals(), System.Collections.Generic.HashSet< T >.GetBucketRef(), System.Collections.Generic.IEqualityComparer< in T >.GetHashCode(), System.item, and System.ThrowHelper.ThrowInvalidOperationException_ConcurrentOperationsNotSupported().
Referenced by System.Collections.Generic.HashSet< T >.ExceptWith(), System.Collections.Generic.HashSet< T >.IntersectWithEnumerable(), System.Collections.Generic.HashSet< T >.IntersectWithHashSetWithSameComparer(), System.Linq.Parallel.IntersectQueryOperator< TInputOutput >.IntersectQueryOperatorEnumerator< TLeftKey >.MoveNext(), Terraria.WorldBuilding.ShapeData.Remove(), System.Collections.Generic.HashSet< T >.RemoveWhere(), System.Collections.Generic.HashSet< T >.SymmetricExceptWithEnumerable(), and System.Collections.Generic.HashSet< T >.SymmetricExceptWithUniqueHashSet().