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

            structType = new StaticClassNestedStructWithCodeAnalysis(type);
            methods    = new InternalPartialStructMethodCollectionWithCodeAnalysis <StaticClassNestedPartialStructWithCodeAnalysis>(type);
        }
 internal StaticPartialClassNestedStructWithCodeAnalysis(StaticClassNestedStructWithCodeAnalysis @struct)
 {
     structType = @struct;
     structType.DeclaringTypeFunc = () => DeclaringType.Class;
 }