共用方式為


OmitDefaultMemberValuesAttribute 類別

定義

套用至類型時,表示如果成員值等於其預設值,該型別產生的序列化程式應該避免序列化成員。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class OmitDefaultMemberValuesAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type OmitDefaultMemberValuesAttribute = class
    inherit Attribute
Public NotInheritable Class OmitDefaultMemberValuesAttribute
Inherits Attribute
繼承
OmitDefaultMemberValuesAttribute
屬性

建構函式

OmitDefaultMemberValuesAttribute()

套用至類型時,表示如果成員值等於其預設值,該型別產生的序列化程式應該避免序列化成員。

適用於

另請參閱