C# 클래스 Catel.Test.IoC.TypeFactoryFacts.TheCreateInstanceWithAutoCompletionMethod.ClassWithDynamicConstructor

파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
ClassWithDynamicConstructor ( Person person ) : System
ClassWithDynamicConstructor ( dynamic person ) : System

메소드 상세

ClassWithDynamicConstructor() 공개 메소드

public ClassWithDynamicConstructor ( Person person ) : System
person Person
리턴 System

ClassWithDynamicConstructor() 공개 메소드

public ClassWithDynamicConstructor ( dynamic person ) : System
person dynamic
리턴 System