ActivatorTypeAttribute(Type)
Initializes a new ActivatorTypeAttribute.
Declaration
public ActivatorTypeAttribute(Type activatorType)Parameters
| Type | Name | Description |
|---|---|---|
| Type | activatorType | A type derived from IActivator in the current assembly. This type must be public and have a default constructor. |