Beispiel #1
0
 internal NestedStaticClassNestedClassWithCodeAnalysis(NestedClassWithCodeAnalysis type = null)
 {
     classType = type ?? new InternalNestedClassWithCodeAnalysis <NestedStaticClassNestedClassWithCodeAnalysis>(this);
 }
 internal StructNestedClassWithCodeAnalysis(NestedClassWithCodeAnalysis classType = null)
 {
     this.classType = classType ?? new InternalNestedClassWithCodeAnalysis <StructNestedClassWithCodeAnalysis>(this);
 }