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] と見なされることを示します。

適用対象