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

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