C# 클래스 Castle.Facilities.LightweighFactory.FactoryParameter

파일 보기 프로젝트 열기: nhsevidence/Snooze

공개 메소드들

메소드 설명
FactoryParameter ( Type type, string name, int position, object value ) : System
ResolveValue ( ) : object

메소드 상세

FactoryParameter() 공개 메소드

public FactoryParameter ( Type type, string name, int position, object value ) : System
type System.Type
name string
position int
value object
리턴 System

ResolveValue() 공개 메소드

public ResolveValue ( ) : object
리턴 object