Redigera

Dela via


GeneratedAttribute Class

Definition

For internal (run-time) use only. Base class of all the activation attributes

[System.AttributeUsage(System.AttributeTargets.All)]
public abstract class GeneratedAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type GeneratedAttribute = class
    inherit Attribute
Public MustInherit Class GeneratedAttribute
Inherits Attribute
Inheritance
GeneratedAttribute
Derived
Attributes

Constructors

GeneratedAttribute(Type)

Initializes a new instance of the GeneratedAttribute class.

Properties

TargetType

Gets the type which this implementation applies to.

Applies to