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

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