internal ClassNestedPartialStructWithCodeAnalysis()
        {
            var type = new InternalNestedStructWithCodeAnalysis <ClassNestedPartialStructWithCodeAnalysis>(this);

            structType = new ClassNestedStructWithCodeAnalysis(type);
            methods    = new InternalPartialStructMethodCollectionWithCodeAnalysis <ClassNestedPartialStructWithCodeAnalysis>(
                type.InternalStruct);
        }
Ejemplo n.º 2
0
 internal PartialClassNestedStructWithCodeAnalysis(ClassNestedStructWithCodeAnalysis @struct)
 {
     structType = @struct;
     structType.DeclaringTypeFunc = () => DeclaringType.Class;
 }