xmlignore Questions
1
Solved
I have a class, containing a property Brush MyBrush marked as [XmlIgnore]. Nevertheless it is serialized in the stream causing trouble when trying to read via XamlReader.
I did some tests, e.g. wh...
Locale asked 1/1, 2011 at 20:9
1
Solved
Am I right in understanding the .NET XmlIgnoreAttribute, which says:
Instructs the Serialize method of the XmlSerializer not to serialize the public field or public read/write property value.
...
Shortbread asked 28/2, 2010 at 7:52
1
© 2022 - 2024 — McMap. All rights reserved.