internal StructNestedAbstractPartialClassWithCodeAnalysis()
        {
            var type = new InternalNestedAbstractClassWithCodeAnalysis <StructNestedAbstractPartialClassWithCodeAnalysis>(this);

            classType    = new StructNestedAbstractClassWithCodeAnalysis(type);
            abstractType = new AbstractPartialTypeWithCodeAnalysis <StructNestedAbstractPartialClassWithCodeAnalysis>(type);
        }
Esempio n. 2
0
 internal PartialStructNestedAbstractClassWithCodeAnalysis(StructNestedAbstractClassWithCodeAnalysis classType)
 {
     this.classType = classType;
     classType.DeclaringTypeFunc = () => DeclaringType.Struct;
 }