https://bugzilla.novell.com/show_bug.cgi?id=666400
https://bugzilla.novell.com/show_bug.cgi?id=666400#c1 --- Comment #1 from Ethan Brown <[email protected]> 2011-01-22 16:40:25 UTC --- Simple example - [DataContract()] public class Address { [DataMember] public string StreetNumber { get; set; } [DataMember] public string StreetName { get; set; } [DataMember] public string City { get; set; } [DataMember] public string State { get; set; } [DataMember] public string ZipCode { get; set; } [DataMember] public string County { get; set; } } 17% -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
