共用方式為


SuppressReferenceTrackingAttribute 類別

定義

套用至型別時,表示型別產生的序列化程式不應該追蹤型別的參考。

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

備註

參考追蹤允許可序列化類型參與迴圈物件圖形。

建構函式

SuppressReferenceTrackingAttribute()

套用至型別時,表示型別產生的序列化程式不應該追蹤型別的參考。

適用於