| 
    terraria-cpp2il v1.4.4.9
    
   Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon 
   | 
 
 Collaboration diagram for IntHashSet:Public Member Functions | |
| void | Add (int valueToAdd) | 
| bool | Contains (int valueToCheck) | 
| bool | ContainsSet (int[] values) | 
| IntHashSet () | |
Properties | |
| List< int > | Values [get, set] | 
| int | Count [get, set] | 
Private Attributes | |
| List< int > | ValuesInSet | 
Definition at line 8 of file IntHashSet.cs.