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.ComponentModel.AttributeCollection Class Reference
+ Inheritance diagram for System.ComponentModel.AttributeCollection:
+ Collaboration diagram for System.ComponentModel.AttributeCollection:

Classes

struct  AttributeEntry
 

Public Member Functions

 AttributeCollection (params Attribute[] attributes)
 
bool Contains (Attribute attribute)
 
bool Contains (Attribute[] attributes)
 
IEnumerator GetEnumerator ()
 
bool Matches (Attribute attribute)
 
bool Matches (Attribute[] attributes)
 
void CopyTo (Array array, int index)
 
void CopyTo (global::System.Array array, int index)
 

Static Public Member Functions

static AttributeCollection FromExisting (AttributeCollection existing, params Attribute[] newAttributes)
 

Static Public Attributes

static readonly AttributeCollection Empty
 

Protected Member Functions

 AttributeCollection ()
 
Attribute GetDefaultAttribute (Type attributeType)
 

Properties

virtual Attribute[] Attributes [get, set]
 
int Count [get, set]
 
virtual Attribute this[int index] [get, set]
 
virtual Attribute this[Type attributeType] [get, set]
 
bool System.Collections.ICollection. IsSynchronized [get, set]
 
object System.Collections.ICollection. SyncRoot [get, set]
 
int System.Collections.ICollection. Count [get, set]
 

Private Member Functions

IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 

Static Private Member Functions

static AttributeCollection ()
 

Private Attributes

readonly Attribute[] _attributes
 
AttributeCollection.AttributeEntry[] _foundAttributeTypes
 
int _index
 

Static Private Attributes

static Hashtable s_defaultAttributes
 
static readonly object s_internalSyncObject
 
const int FOUND_TYPES_LIMIT = 5
 

Detailed Description

Definition at line 12 of file AttributeCollection.cs.


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