internal ClassNestedAbstractPartialClassWithCodeAnalysis()
        {
            var abstractType = new InternalNestedAbstractClassWithCodeAnalysis <ClassNestedAbstractPartialClassWithCodeAnalysis>(this);

            classType   = new ClassNestedAbstractClassWithCodeAnalysis(abstractType);
            partialType = new AbstractPartialTypeWithCodeAnalysis <ClassNestedAbstractPartialClassWithCodeAnalysis>(abstractType);
        }
Ejemplo n.º 2
0
 internal PartialClassNestedAbstractClassWithCodeAnalysis(ClassNestedAbstractClassWithCodeAnalysis @class)
 {
     classType = @class;
     classType.DeclaringTypeFunc = () => DeclaringType.Class;
 }