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

Public Member Functions

bool Contains (T item)
 
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)
 
bool SetEquals (IEnumerable< T > other)
 
new IEnumerator< TGetEnumerator ()
 
new IEnumerator< TGetEnumerator ()
 

Properties

int Count [get]
 

Detailed Description

Definition at line 3 of file IReadOnlySet.cs.


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