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

            structType = new StructNestedStructWithCodeAnalysis(type);
            methods    = new InternalPartialStructMethodCollectionWithCodeAnalysis <StructNestedPartialStructWithCodeAnalysis>(type);
        }
 internal PartialStructNestedStructWithCodeAnalysis(StructNestedStructWithCodeAnalysis type)
 {
     this.structType = type;
     structType.DeclaringTypeFunc = () => DeclaringType.Struct;
 }