@@ -1382,7 +1382,7 @@ public abstract partial class TypeDescriptionProvider
1382
1382
{
1383
1383
protected TypeDescriptionProvider ( ) { }
1384
1384
protected TypeDescriptionProvider ( System . ComponentModel . TypeDescriptionProvider parent ) { }
1385
- public virtual object ? CreateInstance ( System . IServiceProvider ? provider , [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . PublicConstructors ) ] System . Type objectType , System . Type [ ] ? argTypes , object [ ] ? args ) { throw null ; }
1385
+ public virtual object ? CreateInstance ( System . IServiceProvider ? provider , [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . PublicConstructors ) ] System . Type objectType , System . Type [ ] ? argTypes , object ? [ ] ? args ) { throw null ; }
1386
1386
public virtual System . Collections . IDictionary ? GetCache ( object instance ) { throw null ; }
1387
1387
[ System . Diagnostics . CodeAnalysis . RequiresUnreferencedCodeAttribute ( "The Type of instance cannot be statically discovered." ) ]
1388
1388
public virtual System . ComponentModel . ICustomTypeDescriptor GetExtendedTypeDescriptor ( object instance ) { throw null ; }
@@ -1434,7 +1434,7 @@ public static void CreateAssociation(object primary, object secondary) { }
1434
1434
public static System . ComponentModel . Design . IDesigner ? CreateDesigner ( System . ComponentModel . IComponent component , System . Type designerBaseType ) { throw null ; }
1435
1435
public static System . ComponentModel . EventDescriptor CreateEvent ( [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . All ) ] System . Type componentType , System . ComponentModel . EventDescriptor oldEventDescriptor , params System . Attribute [ ] attributes ) { throw null ; }
1436
1436
public static System . ComponentModel . EventDescriptor CreateEvent ( [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . All ) ] System . Type componentType , string name , System . Type type , params System . Attribute [ ] attributes ) { throw null ; }
1437
- public static object ? CreateInstance ( System . IServiceProvider ? provider , [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . PublicConstructors ) ] System . Type objectType , System . Type [ ] ? argTypes , object [ ] ? args ) { throw null ; }
1437
+ public static object ? CreateInstance ( System . IServiceProvider ? provider , [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . PublicConstructors ) ] System . Type objectType , System . Type [ ] ? argTypes , object ? [ ] ? args ) { throw null ; }
1438
1438
[ System . Diagnostics . CodeAnalysis . RequiresUnreferencedCodeAttribute ( "PropertyDescriptor's PropertyType cannot be statically discovered." ) ]
1439
1439
public static System . ComponentModel . PropertyDescriptor CreateProperty ( [ System . Diagnostics . CodeAnalysis . DynamicallyAccessedMembersAttribute ( System . Diagnostics . CodeAnalysis . DynamicallyAccessedMemberTypes . All ) ] System . Type componentType , System . ComponentModel . PropertyDescriptor oldPropertyDescriptor , params System . Attribute [ ] attributes ) { throw null ; }
1440
1440
[ System . Diagnostics . CodeAnalysis . RequiresUnreferencedCodeAttribute ( "PropertyDescriptor's PropertyType cannot be statically discovered." ) ]
0 commit comments