SuppressReferenceTrackingAttribute Class

Definition

When applied to a type, indicates that generated serializers for the type should not track references to the type.

[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
Inheritance
SuppressReferenceTrackingAttribute
Attributes

Remarks

Reference tracking allows a serializable type to participate in a cyclic object graph.

Constructors

SuppressReferenceTrackingAttribute()

Applies to