Custom attribute that, when applied to an assembly, points to a type in the assembly implementing IActivator.
Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class ActivatorTypeAttribute : Attribute
Constructors
Name | Description |
---|---|
ActivatorTypeAttribute(Type) | Initializes a new ActivatorTypeAttribute. |
Properties
Name | Description |
---|---|
ActivatorType | Gets the activator type. |