Creating / Modifying Enums at Runtime
问题 I'm creating a program where the user has the option of creating their own custom properties that will ultimately be displayed in a PropertyGrid . Right now I don't want to mess with custom editors, so I'm only allowing primitive type properties ( string , int , double , DateTime , bool etc.) that the PropertyGrid already has built in editors for. However, I also want to give the user the option to create multiple choice properties where they can defined a list of possible values which in