예제 #1
0
 public TestIgnoreConstructorByAttributeTestClass(IMyOtherInterface dep)
 {
     CorrectConstructorWasUsed = true;
 }
예제 #2
0
 public MyClass(IMyOtherInterface ref1)
 {
     Prop = ref1;
 }
예제 #3
0
 public MyClass(IMyOtherInterface ref1)
 {
     Prop = ref1;
 }