On 12/15/2010 09:50 PM, Tom Willemsen wrote: > Yes, when you're using automatic properties (sorry I don't actually > know what you call them, but this is what they're called in C#) the > compiler will define _foo for you, you don't need to do it yourself
This is what happens, but I don't think that the programmer should be allowed to access this implicit variable directly (in C# you can't, afaik). So it's better not to depend on it and consider it a bug instead. Best regards, Frederik _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
