But for example when I only want to get the string in Attribute. Can I
do that.

*******
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.


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

Reply via email to