Esempio n. 1
0
        internal StaticClassNestedSealedPartialClassWithCodeAnalysis()
        {
            var type = new InternalNestedSealedClassWithCodeAnalysis <StaticClassNestedSealedPartialClassWithCodeAnalysis>(this);

            classType  = new StaticClassNestedSealedClassWithCodeAnalysis(type);
            sealedType = new SealedPartialTypeWithCodeAnalysis <StaticClassNestedSealedPartialClassWithCodeAnalysis>(type);
        }
Esempio n. 2
0
 internal StaticPartialClassNestedSealedClassWithCodeAnalysis(StaticClassNestedSealedClassWithCodeAnalysis type)
 {
     classType = type;
 }