C# 클래스 Castle.Core.CustomLifestyleAttribute

상속: LifestyleAttribute
파일 보기 프로젝트 열기: castleproject/Windsor

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CustomLifestyleAttribute ( Type customLifestyleType ) : System

Initializes a new instance of the CustomLifestyleAttribute class.

메소드 상세

CustomLifestyleAttribute() 공개 메소드

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