Edit

Share via


SuppressReferenceTrackingAttribute Class

Definition

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

C#
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class SuppressReferenceTrackingAttribute : Attribute
Inheritance
SuppressReferenceTrackingAttribute
Attributes

Remarks

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

Constructors

Applies to

Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0