C# Class Castle.Core.ComponentActivatorAttribute

Inheritance: System.Attribute
Show file Open project: castleproject/Windsor

Public Methods

Method Description
ComponentActivatorAttribute ( Type componentActivatorType ) : System

Initializes a new instance of the ComponentActivatorAttribute class.

Method Details

ComponentActivatorAttribute() public method

Initializes a new instance of the ComponentActivatorAttribute class.
public ComponentActivatorAttribute ( Type componentActivatorType ) : System
componentActivatorType System.Type Type of the component activator.
return System