[Ikvm-developers] Hiding "propertyfied" methods
Brought to you by:
jfrijters
|
From: Valdemar M. <val...@la...> - 2005-04-19 12:11:11
|
Hi, Maybe I'm doing something wrong or have missed something, but it seems that the get/set methods are kept public when they are mapped into a .NET property using ikvmc -remap. Is it possible to "hide" the actual get/set methods of mapped properties in the ikvmc-generated assembly dll in any way? (i.e. to make them private). This is of course more of a cosmetic thing, but would make the classes in the generated assembly look less cluttered with methods :) Regards, Valdemar |