Hey,

On 7/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> *******
> public class MyBaseForm : Form
> {
>      [AccessedThroughProperty("MyList")]
>      private ArrayList myList;
>
>      public ArrayList MyList
>      {
>           return this.myList;
>      }
> }
> *******
>
> In this example, I would like to get/set the string "MyList". Can I do
> that?
> Regards.

Yeah that works well. The only issue is with enums.

-- 
Jb

--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---

Reply via email to