ShouldSerializeY Method
ShouldSerializeY()
Tests whether the Y property should be serialized.
Declaration
protected virtual bool ShouldSerializeY()
Protected Overridable Function ShouldSerializeY() As Boolean
Returns
| Type |
Description |
| bool |
True if the property should be serialized, false otherwise.
|