Catel.Test.IoC.TypeFactoryFacts.TheCreateInstanceWithAutoCompletionMethod.ClassWithDynamicConstructor.ClassWithDynamicConstructor C# (CSharp) Méthode

ClassWithDynamicConstructor() public méthode

public ClassWithDynamicConstructor ( Person person ) : System
person Person
Résultat System
                public ClassWithDynamicConstructor(Person person)
                {
                    IsTypedConstructorCalled = true;
                }

Same methods

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