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

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