terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
NaughtyAttributes.DropdownList< T > Class Template Reference
+ Inheritance 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 IEnumerable. GetEnumerator ()
 

Private Attributes

List< KeyValuePair< string, object > > values
 

Detailed Description

Definition at line 9 of file DropdownList.cs.


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