C# Class Castle.Core.CustomLifestyleAttribute

Inheritance: LifestyleAttribute
显示文件 Open project: castleproject/Windsor

Private Properties

Property Type Description

Public Methods

Method Description
CustomLifestyleAttribute ( Type customLifestyleType ) : System

Initializes a new instance of the CustomLifestyleAttribute class.

Method Details

CustomLifestyleAttribute() public method

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