Hello

I would like to represent empty XML element as a bool that is true where
element is present, and false  when it's not. Serialized element must be
empty, so DefaultValue("false") is not sufficient. For now the best way
I figured out is using extra class for that element and extra bool
property, but since this situation is quite common in my program I
wonder if there is a better way to do it?

-- 
Dominik Zablotny
xmpp:[EMAIL PROTECTED]

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to