C# Class Castle.Core.CustomLifestyleAttribute

Inheritance: LifestyleAttribute
Afficher le fichier Open project: castleproject/Windsor

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CustomLifestyleAttribute ( Type customLifestyleType ) : System

Initializes a new instance of the CustomLifestyleAttribute class.

Method Details

CustomLifestyleAttribute() public méthode

Initializes a new instance of the CustomLifestyleAttribute class.
public CustomLifestyleAttribute ( Type customLifestyleType ) : System
customLifestyleType System.Type The custom lifestyle type.
Résultat System