public SampleClassWithMultipleConstructors(ISampleService firstService, ISampleService secondService,
                                            ISampleGenericService<int> otherService,
                                            ISampleGenericService<string> someOtherService)
 {
     // This is a dummy constructor that will be used
     // to attempt to confuse the fuzzy constructor search
 }
コード例 #2
0
 public SampleClassWithMultipleConstructors(ISampleService firstService, ISampleService secondService,
                                            ISampleGenericService <int> otherService,
                                            ISampleGenericService <string> someOtherService)
 {
     // This is a dummy constructor that will be used
     // to attempt to confuse the fuzzy constructor search
 }