Share via


Literal<T>.ShouldSerializeValue 方法

定义

返回一个值,该值指示 Value 属性是否已更改,不再是默认值且应对其进行序列化。

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

返回

如果应当序列化 Value 属性值,则为 true;否则为 false

适用于