Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.HashSet< T > Member List

This is the complete list of members for System.Collections.Generic.HashSet< T >, including all inherited members.

_bucketsSystem.Collections.Generic.HashSet< T >private
_comparerSystem.Collections.Generic.HashSet< T >private
_countSystem.Collections.Generic.HashSet< T >private
_entriesSystem.Collections.Generic.HashSet< T >private
_fastModMultiplierSystem.Collections.Generic.HashSet< T >private
_freeCountSystem.Collections.Generic.HashSet< T >private
_freeListSystem.Collections.Generic.HashSet< T >private
_versionSystem.Collections.Generic.HashSet< T >private
Add(T item)System.Collections.Generic.HashSet< T >inlineprivate
Add(T item)System.Collections.Generic.HashSet< T >inline
AddIfNotPresent(T value, out int location)System.Collections.Generic.HashSet< T >inlineprivate
CheckUniqueAndUnfoundElements(IEnumerable< T > other, bool returnIfUnfound)System.Collections.Generic.HashSet< T >inlineprivate
Clear()System.Collections.Generic.HashSet< T >inline
ComparerSystem.Collections.Generic.HashSet< T >
ConstructFrom(HashSet< T > source)System.Collections.Generic.HashSet< T >inlineprivate
Contains(T item)System.Collections.Generic.HashSet< T >inline
ContainsAllElements(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inlineprivate
CopyTo(T[] array)System.Collections.Generic.HashSet< T >inline
CopyTo(T[] array, int arrayIndex)System.Collections.Generic.HashSet< T >inline
CopyTo(T[] array, int arrayIndex, int count)System.Collections.Generic.HashSet< T >inline
CountSystem.Collections.Generic.HashSet< T >
CreateSetComparer()System.Collections.Generic.HashSet< T >inlinestatic
EnsureCapacity(int capacity)System.Collections.Generic.HashSet< T >inline
EqualityComparersAreEqual(HashSet< T > set1, HashSet< T > set2)System.Collections.Generic.HashSet< T >inlinepackagestatic
ExceptWith(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inline
FindItemIndex(T item)System.Collections.Generic.HashSet< T >inlineprivate
GetBucketRef(int hashCode)System.Collections.Generic.HashSet< T >inlineprivate
GetEnumerator()System.Collections.Generic.HashSet< T >inline
GetEnumerator()System.Collections.Generic.HashSet< T >inlineprivate
GetEnumerator()System.Collections.Generic.HashSet< T >inlineprivate
GetObjectData(SerializationInfo info, StreamingContext context)System.Collections.Generic.HashSet< T >inlinevirtual
HashSet()System.Collections.Generic.HashSet< T >inline
HashSet(IEqualityComparer< T >? comparer)System.Collections.Generic.HashSet< T >inline
HashSet(int capacity)System.Collections.Generic.HashSet< T >inline
HashSet(IEnumerable< T > collection)System.Collections.Generic.HashSet< T >inline
HashSet(IEnumerable< T > collection, IEqualityComparer< T >? comparer)System.Collections.Generic.HashSet< T >inline
HashSet(int capacity, IEqualityComparer< T >? comparer)System.Collections.Generic.HashSet< T >inline
HashSet(SerializationInfo info, StreamingContext context)System.Collections.Generic.HashSet< T >inlineprotected
Initialize(int capacity)System.Collections.Generic.HashSet< T >inlineprivate
IntersectWith(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inline
IntersectWithEnumerable(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inlineprivate
IntersectWithHashSetWithSameComparer(HashSet< T > other)System.Collections.Generic.HashSet< T >inlineprivate
IsProperSubsetOf(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inline
IsProperSupersetOf(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inline
IsReadOnlySystem.Collections.Generic.HashSet< T >private
IsSubsetOf(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inline
IsSubsetOfHashSetWithSameComparer(HashSet< T > other)System.Collections.Generic.HashSet< T >inlinepackage
IsSupersetOf(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inline
OnDeserialization(object? sender)System.Collections.Generic.HashSet< T >inlinevirtual
Overlaps(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inline
Remove(T item)System.Collections.Generic.HashSet< T >inline
RemoveWhere(Predicate< T > match)System.Collections.Generic.HashSet< T >inline
Resize()System.Collections.Generic.HashSet< T >inlineprivate
Resize(int newSize, bool forceNewHashCodes)System.Collections.Generic.HashSet< T >inlineprivate
SetEquals(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inline
SymmetricExceptWith(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inline
SymmetricExceptWithEnumerable(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inlineprivate
SymmetricExceptWithUniqueHashSet(HashSet< T > other)System.Collections.Generic.HashSet< T >inlineprivate
TrimExcess()System.Collections.Generic.HashSet< T >inline
TryGetValue(T equalValue, [MaybeNullWhen(false)] out T actualValue)System.Collections.Generic.HashSet< T >inline
UnionWith(IEnumerable< T > other)System.Collections.Generic.HashSet< T >inline
UniqueCountSystem.Collections.Generic.HashSet< T >private