コード例 #1
0
 public InitializeAutoPropertyFromConstructorParameterCodeRefactoringProvider()
 {
     ConstructorParameterContextFinder = new ConstructorParameterContextFinder();
 }
 public InitializeReadOnlyAutoPropertyFromConstructorParameterCodeRefactoringProvider()
 {
     ConstructorParameterContextFinder = new ConstructorParameterContextFinder();
 }