コード例 #1
0
 internal ClassFieldCollectionWithMonoCecil(SealedTypeWithMonoCecil typeWithMonoCecil)
 {
     fieldCollection = new SealedClassFieldCollection(typeWithMonoCecil);
 }
コード例 #2
0
 internal ClassFieldCollectionWithReflection(SealedTypeWithReflection typeWithReflection)
 {
     fieldCollection = new SealedClassFieldCollection(typeWithReflection);
 }
コード例 #3
0
 internal ClassFieldCollectionWithMonoCecil(ClassTypeWithMonoCecil typeWithMonoCecil)
 {
     fieldCollection = new ClassFieldCollection(typeWithMonoCecil);
 }
コード例 #4
0
 internal ClassFieldCollectionWithReflection(ClassTypeWithReflection typeWithReflection)
 {
     fieldCollection = new ClassFieldCollection(typeWithReflection);
 }