コード例 #1
0
        internal NestedStaticClassNestedStaticPartialClassWithCodeAnalysis()
        {
            var type = new InternalNestedStaticClassWithCodeAnalysis <NestedStaticClassNestedStaticPartialClassWithCodeAnalysis>(this);

            classType   = new NestedStaticClassNestedStaticClassWithCodeAnalysis(type);
            partialType = new InternalNestedStaticPartialClassWithCodeAnalysis <NestedStaticClassNestedStaticPartialClassWithCodeAnalysis>(type);
        }
 internal NestedStaticPartialClassNestedStaticClassWithCodeAnalysis(
     NestedStaticClassNestedStaticClassWithCodeAnalysis classType)
 {
     this.classType = classType;
     classType.DeclaringTypeFunc = () => DeclaringType.Class;
 }