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()

应用于类型时,指示为类型生成的序列化程序不应跟踪对该类型的引用。

适用于