Share via


ActivatorUtilitiesConstructorAttribute Class

Definition

Marks the constructor to be used when activating type using ActivatorUtilities.

public ref class ActivatorUtilitiesConstructorAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.All)]
public class ActivatorUtilitiesConstructorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type ActivatorUtilitiesConstructorAttribute = class
    inherit Attribute
Public Class ActivatorUtilitiesConstructorAttribute
Inherits Attribute
Inheritance
ActivatorUtilitiesConstructorAttribute
Attributes

Constructors

ActivatorUtilitiesConstructorAttribute()

Initializes a new instance of the ActivatorUtilitiesConstructorAttribute class.

Applies to