Search Results

2
votes

Setting DefaultValue for properties of non-Constant types?

Instead of applying the DefaultValue attribute, write the following two methods: bool ShouldSerializemySize() { ... } void ResetmySize() { ... } In ShouldSerialize …