C# Class Castle.Core.ComponentActivatorAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
ComponentActivatorAttribute ( Type componentActivatorType ) : System

Initializes a new instance of the ComponentActivatorAttribute class.

Method Details

ComponentActivatorAttribute() public méthode

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