KnownBaseTypeAttribute 类

定义

指示此类型和所有子类型都被视为 [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
继承
KnownBaseTypeAttribute
属性

构造函数

KnownBaseTypeAttribute()

指示此类型和所有子类型都被视为 [Serializable]。

适用于