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
Loading...
Searching...
No Matches
System.Collections.Generic.ICollection< T > Interface Template Reference
+ Inheritance diagram for System.Collections.Generic.ICollection< T >:
+ Collaboration diagram for System.Collections.Generic.ICollection< T >:

Public Member Functions

void Add (T item)
 
void Clear ()
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 
IEnumerator< TGetEnumerator ()
 
IEnumerator< TGetEnumerator ()
 

Properties

int Count [get]
 
bool IsReadOnly [get]
 

Detailed Description

Definition at line 7 of file ICollection.cs.


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