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

Public Member Functions

IImmutableSet< TClear ()
 
bool Contains (T value)
 
IImmutableSet< TAdd (T value)
 
IImmutableSet< TRemove (T value)
 
bool TryGetValue (T equalValue, out T actualValue)
 
IImmutableSet< TIntersect (IEnumerable< T > other)
 
IImmutableSet< TExcept (IEnumerable< T > other)
 
IImmutableSet< TSymmetricExcept (IEnumerable< T > other)
 
IImmutableSet< TUnion (IEnumerable< T > other)
 
bool SetEquals (IEnumerable< T > other)
 
bool IsProperSubsetOf (IEnumerable< T > other)
 
bool IsProperSupersetOf (IEnumerable< T > other)
 
bool IsSubsetOf (IEnumerable< T > other)
 
bool IsSupersetOf (IEnumerable< T > other)
 
bool Overlaps (IEnumerable< T > other)
 
IEnumerator GetEnumerator ()
 

Properties

int Count [get]
 

Detailed Description

Definition at line 5 of file IImmutableSet.cs.


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