C# 클래스 Castle.Core.ComponentActivatorAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
ComponentActivatorAttribute ( Type componentActivatorType ) : System

Initializes a new instance of the ComponentActivatorAttribute class.

메소드 상세

ComponentActivatorAttribute() 공개 메소드

Initializes a new instance of the ComponentActivatorAttribute class.
public ComponentActivatorAttribute ( Type componentActivatorType ) : System
componentActivatorType System.Type Type of the component activator.
리턴 System