Exemplo n.º 1
0
 internal ClassNestedStructCollectionWithReflection(SealedTypeWithReflection typeWithReflection)
 {
     structCollection = new SealedClassNestedStructCollection(typeWithReflection);
 }
 internal ClassNestedStructCollectionWithMonoCecil(SealedTypeWithMonoCecil typeWithMonoCecil)
 {
     structCollection = new SealedClassNestedStructCollection(typeWithMonoCecil);
 }
Exemplo n.º 3
0
 internal ClassNestedStructCollectionWithReflection(ClassTypeWithReflection typeWithReflection)
 {
     structCollection = new ClassNestedStructCollection(typeWithReflection);
 }
 internal ClassNestedStructCollectionWithMonoCecil(ClassTypeWithMonoCecil typeWithMonoCecil)
 {
     structCollection = new ClassNestedStructCollection(typeWithMonoCecil);
 }