Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISet.cs
Go to the documentation of this file.
2
bool Overlaps(IEnumerable< T > other)
void SymmetricExceptWith(IEnumerable< T > other)
void IntersectWith(IEnumerable< T > other)
bool IsSubsetOf(IEnumerable< T > other)
bool IsSupersetOf(IEnumerable< T > other)
bool IsProperSupersetOf(IEnumerable< T > other)
bool IsProperSubsetOf(IEnumerable< T > other)
void ExceptWith(IEnumerable< T > other)
void UnionWith(IEnumerable< T > other)
bool SetEquals(IEnumerable< T > other)