internal ClassAutoPropertyAccessorWithCodeAnalysis(AutoPropertyAccessorWithCodeAnalysis accessor)
 {
     this.accessor = accessor;
 }
예제 #2
0
 internal StructAutoPropertyAccessorWithCodeAnalysis(AutoPropertyAccessorWithCodeAnalysis accessor)
 {
     this.accessor = accessor;
 }