PostSharpAPI ReferencePost­Sharp.​SerializationActivator­Type­AttributeActivator­Type­Attribute
Open sandboxFocus

ActivatorTypeAttribute Constructor

ActivatorTypeAttribute(Type)

Initializes a new ActivatorTypeAttribute.

Declaration
public ActivatorTypeAttribute(Type activatorType)
Parameters
Type Name Description
System.Type activatorType

A type derived from IActivator in the current assembly. This type must be public and have a default constructor.