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
NaughtyAttributes.DropdownList< T > Class Template Reference
+ Inheritance diagram for NaughtyAttributes.DropdownList< T >:
+ Collaboration diagram for NaughtyAttributes.DropdownList< T >:

Public Member Functions

 DropdownList ()
 
void Add (string displayName, T value)
 
IEnumerator< KeyValuePair< string, object > > GetEnumerator ()
 

Static Public Member Functions

static operator DropdownList< object > (DropdownList< T > target)
 

Private Member Functions

IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 

Private Attributes

List< KeyValuePair< string, object > > values
 

Detailed Description

Definition at line 10 of file DropdownList.cs.


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