Пример #1
0
        internal StructNestedSealedPartialClassWithCodeAnalysis()
        {
            var type = new InternalNestedSealedClassWithCodeAnalysis <StructNestedSealedPartialClassWithCodeAnalysis>(this);

            classType  = new StructNestedSealedClassWithCodeAnalysis(type);
            sealedType = new SealedPartialTypeWithCodeAnalysis <StructNestedSealedPartialClassWithCodeAnalysis>(type);
        }
Пример #2
0
 internal PartialStructNestedSealedClassWithCodeAnalysis(StructNestedSealedClassWithCodeAnalysis type)
 {
     classType = type;
     classType.DeclaringTypeFunc = () => DeclaringType.Struct;
 }