Exemple #1
0
        internal NestedStaticClassNestedPartialStructWithCodeAnalysis()
        {
            var type = new InternalNestedStructWithCodeAnalysis <NestedStaticClassNestedPartialStructWithCodeAnalysis>(this);

            structType = new NestedStaticClassNestedStructWithCodeAnalysis(type);
            methods    = new InternalPartialStructMethodCollectionWithCodeAnalysis <NestedStaticClassNestedPartialStructWithCodeAnalysis>(
                type.InternalStruct);
        }
 internal NestedStaticPartialClassNestedStructWithCodeAnalysis(
     NestedStaticClassNestedStructWithCodeAnalysis structType)
 {
     this.structType = structType;
     structType.DeclaringTypeFunc = () => DeclaringType.Class;
 }