|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| PropertyDescriptorEnumerator (PropertyDescriptorCollection owner) | |
| bool | MoveNext () |
| void | Reset () |
| void | Dispose () |
Properties | |
| object | Current [get] |
| DictionaryEntry | Entry [get] |
| object | Key [get] |
| object | Value [get] |
Private Attributes | |
| readonly PropertyDescriptorCollection | _owner |
| int | _index = -1 |
Definition at line 8 of file PropertyDescriptorCollection.cs.