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.Security.Cryptography.OidCollection Class Referencesealed
+ Inheritance diagram for System.Security.Cryptography.OidCollection:
+ Collaboration diagram for System.Security.Cryptography.OidCollection:

Public Member Functions

 OidCollection ()
 
int Add (Oid oid)
 
OidEnumerator GetEnumerator ()
 
void Add (T item)
 
void Clear ()
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 

Properties

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

Private Member Functions

IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 
void System.Collections.ICollection. CopyTo (Array array, int index)
 

Private Attributes

readonly List< Oid_list
 

Detailed Description

Definition at line 11 of file OidCollection.cs.


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