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

            structType = new StaticClassNestedStructWithCodeAnalysis(type);
            methods    = new InternalPartialStructMethodCollectionWithCodeAnalysis <StaticClassNestedPartialStructWithCodeAnalysis>(type);
        }
Esempio n. 2
0
 internal PartialStructTypeWithCodeAnalysis(InternalNestedStructWithCodeAnalysis <TStruct> structType)
     : this(structType.InternalStruct)
 {
 }
Esempio n. 3
0
 internal InternalPartialStructMethodCollectionWithCodeAnalysis(
     InternalNestedStructWithCodeAnalysis <TStruct> structType)
     : this(structType.InternalStruct)
 {
 }