Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.ISet< T > Interface Template Reference

Public Member Functions

new bool Add (T item)
 
void UnionWith (IEnumerable< T > other)
 
void IntersectWith (IEnumerable< T > other)
 
void ExceptWith (IEnumerable< T > other)
 
void SymmetricExceptWith (IEnumerable< T > other)
 
bool IsSubsetOf (IEnumerable< T > other)
 
bool IsSupersetOf (IEnumerable< T > other)
 
bool IsProperSupersetOf (IEnumerable< T > other)
 
bool IsProperSubsetOf (IEnumerable< T > other)
 
bool Overlaps (IEnumerable< T > other)
 
bool SetEquals (IEnumerable< T > other)
 
void Clear ()
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 
new IEnumerator< TGetEnumerator ()
 
new IEnumerator< TGetEnumerator ()
 
new IEnumerator< TGetEnumerator ()
 

Properties

int Count [get]
 
bool IsReadOnly [get]
 

Detailed Description

Definition at line 3 of file ISet.cs.


The documentation for this interface was generated from the following file: