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

            classType    = new StructNestedAbstractClassWithCodeAnalysis(type);
            abstractType = new AbstractPartialTypeWithCodeAnalysis <StructNestedAbstractPartialClassWithCodeAnalysis>(type);
        }
        internal ClassNestedAbstractPartialClassWithCodeAnalysis()
        {
            var abstractType = new InternalNestedAbstractClassWithCodeAnalysis <ClassNestedAbstractPartialClassWithCodeAnalysis>(this);

            classType   = new ClassNestedAbstractClassWithCodeAnalysis(abstractType);
            partialType = new AbstractPartialTypeWithCodeAnalysis <ClassNestedAbstractPartialClassWithCodeAnalysis>(abstractType);
        }
Exemple #3
0
 internal AbstractPartialTypeWithCodeAnalysis(InternalNestedAbstractClassWithCodeAnalysis <TClass> classType)
     : this(classType.InternalAbstractType)
 {
 }