Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetEvents() [2/3]

EventDescriptorCollection ICustomTypeDescriptor. System.Data.Common.DbConnectionStringBuilder.GetEvents ( Attribute[] attributes)
inlineprivate

Definition at line 575 of file DbConnectionStringBuilder.cs.

576 {
577 return TypeDescriptor.GetEvents(this, attributes, noCustomTypeDesc: true);
578 }
static EventDescriptorCollection GetEvents([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type componentType)

References System.ComponentModel.TypeDescriptor.GetEvents().