Literal<T>.ShouldSerializeValue Method

Definition

Returns a value that indicates whether the Value property has changed from its default value and should be serialized.

public:
 bool ShouldSerializeValue();
public bool ShouldSerializeValue ();
member this.ShouldSerializeValue : unit -> bool
Public Function ShouldSerializeValue () As Boolean

Returns

true if the Value property value should be serialized; otherwise, false.

Applies to