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

            classType   = new StructNestedStaticClassWithCodeAnalysis(type);
            partialType = new InternalNestedStaticPartialClassWithCodeAnalysis <StructNestedStaticPartialClassWithCodeAnalysis>(type);
        }
 internal PartialStructNestedStaticClassWithCodeAnalysis(StructNestedStaticClassWithCodeAnalysis type)
 {
     classType = type;
     classType.DeclaringTypeFunc = () => DeclaringType.Struct;
 }