|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
CodeDom in 2.0 and Asymmetric Access Modifiershow: public Class Class1 { internal string m_Name; public string Name { get { return m_Name; } internal set { m_Name = value; } } } Maybe there's some UserData I could set to change the access modifier? Any help would be appreciated! Thank you. |
|||||||||||||||||||||||