KnownBaseTypeAttribute 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.
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() |