Edit

Share via


KnownBaseTypeAttribute Class

Definition

Indicates that this type and all subtypes are to be considered as [Serializable].

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)]
public sealed class KnownBaseTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)>]
type KnownBaseTypeAttribute = class
    inherit Attribute
Public NotInheritable Class KnownBaseTypeAttribute
Inherits Attribute
Inheritance
KnownBaseTypeAttribute
Attributes

Constructors

KnownBaseTypeAttribute()

Applies to