SuppressReferenceTrackingAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |