コード例 #1
0
 internal ClassNestedClassCollectionWithReflection(SealedTypeWithReflection typeWithReflection)
 {
     classCollection = new SealedClassNestedClassCollection(typeWithReflection);
 }
コード例 #2
0
 internal ClassNestedClassCollectionWithMonoCecil(SealedTypeWithMonoCecil typeWithMonoCecil)
 {
     classCollection = new SealedClassNestedClassCollection(typeWithMonoCecil);
 }
コード例 #3
0
 internal ClassNestedClassCollectionWithReflection(ClassTypeWithReflection typeWithReflection)
 {
     classCollection = new ClassNestedClassCollection(typeWithReflection);
 }