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