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
|
Public Member Functions | |
ServiceNameCollection (ICollection items) | |
virtual IEnumerator | GetEnumerator () |
Static Package Functions | |
static bool | Contains (string searchServiceName, ICollection serviceNames) |
static string | NormalizeServiceName (string inputServiceName) |
static bool | Match (string serviceName1, string serviceName2) |
Properties | |
ArrayList | InnerList [get, set] |
virtual int | Count [get, set] |
bool System.Collections.ICollection. | IsSynchronized [get, set] |
object System.Collections.ICollection. | SyncRoot [get, set] |
Private Member Functions | |
void System.Collections.ICollection. | CopyTo (global::System.Array array, int index) |
Static Private Member Functions | |
static void | AddIfNew (ArrayList newServiceNames, string serviceName) |
Private Attributes | |
ArrayList | _list |
Definition at line 12 of file ServiceNameCollection.cs.