コード例 #1
0
 internal ClassNestedSealedClassWithReflection(IInternalTypeWithReflection declaringType, Type type)
 {
     nestedClass = new NestedSealedClassWithReflection(declaringType, type);
 }
コード例 #2
0
 internal StructNestedSealedClassWithReflection(ITypeWithReflection declaringType, Type type)
 {
     nestedClass = new NestedSealedClassWithReflection(declaringType, type);
 }