Catel.Test.IoC.TypeFactoryFacts.TheCreateInstanceWithAutoCompletionMethod.ClassWithDynamicConstructor.ClassWithDynamicConstructor C# (CSharp) 메소드

ClassWithDynamicConstructor() 공개 메소드

public ClassWithDynamicConstructor ( Person person ) : System
person Person
리턴 System
                public ClassWithDynamicConstructor(Person person)
                {
                    IsTypedConstructorCalled = true;
                }

Same methods

TypeFactoryFacts.TheCreateInstanceWithAutoCompletionMethod.ClassWithDynamicConstructor::ClassWithDynamicConstructor ( dynamic person ) : System
TypeFactoryFacts.TheCreateInstanceWithAutoCompletionMethod.ClassWithDynamicConstructor