ShouldSerializeSize Method
ShouldSerializeSize()
Indicates whether the Size property should be serialized.
Declaration
protected bool ShouldSerializeSize()
Protected Function ShouldSerializeSize() As Boolean
Returns
| Type |
Description |
| bool |
true if Size should be serialized, false otherwise.
|