Beispiel #1
0
 internal ClassNestedStructCollectionWithReflection(SealedTypeWithReflection typeWithReflection)
 {
     structCollection = new SealedClassNestedStructCollection(typeWithReflection);
 }
 internal ClassNestedStructCollectionWithMonoCecil(SealedTypeWithMonoCecil typeWithMonoCecil)
 {
     structCollection = new SealedClassNestedStructCollection(typeWithMonoCecil);
 }
Beispiel #3
0
 internal ClassNestedStructCollectionWithReflection(ClassTypeWithReflection typeWithReflection)
 {
     structCollection = new ClassNestedStructCollection(typeWithReflection);
 }
 internal ClassNestedStructCollectionWithMonoCecil(ClassTypeWithMonoCecil typeWithMonoCecil)
 {
     structCollection = new ClassNestedStructCollection(typeWithMonoCecil);
 }