internal AbstractClassAutoPropertyWithCodeAnalysis()
 {
     property = new ClassAutoPropertyWithCodeAnalysis();
 }
コード例 #2
0
 internal SealedClassAutoPropertyWithCodeAnalysis(ClassAutoPropertyWithCodeAnalysis property = null)
 {
     this.property = property ?? new ClassAutoPropertyWithCodeAnalysis();
     this.property.DeclaringTypeFunc = () => DeclaringType.Class;
 }