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
Newtonsoft.Json.Utilities.IWrappedCollection Interface Reference
+ Inheritance diagram for Newtonsoft.Json.Utilities.IWrappedCollection:
+ Collaboration diagram for Newtonsoft.Json.Utilities.IWrappedCollection:

Public Member Functions

int Add (object value)
 
bool Contains (object value)
 
void Clear ()
 
int IndexOf (object value)
 
void Insert (int index, object value)
 
void Remove (object value)
 
void RemoveAt (int index)
 
void CopyTo (global::System.Array array, int index)
 
IEnumerator GetEnumerator ()
 

Properties

object UnderlyingCollection [get]
 
object this[int index] [get, set]
 
bool IsReadOnly [get]
 
bool IsFixedSize [get]
 
int Count [get]
 
object SyncRoot [get]
 
bool IsSynchronized [get]
 

Detailed Description

Definition at line 10 of file IWrappedCollection.cs.


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