コード例 #1
0
 public TestIgnoreConstructorByAttributeTestClass(IMyOtherInterface dep)
 {
     CorrectConstructorWasUsed = true;
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: serra/stackoverflow
 public MyClass(IMyOtherInterface ref1)
 {
     Prop = ref1;
 }
コード例 #3
0
 public MyClass(IMyOtherInterface ref1)
 {
     Prop = ref1;
 }