C# Class Castle.Core.LifestyleAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: castleproject/Windsor

Protected Methods

Method Description
LifestyleAttribute ( LifestyleType type ) : System

Initializes a new instance of the LifestyleAttribute class.

Method Details

LifestyleAttribute() protected method

Initializes a new instance of the LifestyleAttribute class.
protected LifestyleAttribute ( LifestyleType type ) : System
type LifestyleType The type.
return System