@tsonic/dotnet 0.8.0 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +21 -21
  2. package/Microsoft.VisualBasic/internal/index.d.ts +24 -24
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +30 -30
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +16 -16
  5. package/Microsoft.Win32/internal/index.d.ts +12 -12
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/bindings.json +114 -114
  8. package/System/internal/index.d.ts +1277 -1289
  9. package/System/internal/metadata.json +73 -73
  10. package/System.Buffers/internal/index.d.ts +13 -13
  11. package/System.CodeDom.Compiler/internal/index.d.ts +13 -13
  12. package/System.Collections/internal/index.d.ts +66 -68
  13. package/System.Collections.Concurrent/internal/index.d.ts +24 -24
  14. package/System.Collections.Frozen/bindings.json +20 -20
  15. package/System.Collections.Frozen/internal/index.d.ts +10 -10
  16. package/System.Collections.Frozen/internal/metadata.json +10 -10
  17. package/System.Collections.Generic/bindings.json +44 -20
  18. package/System.Collections.Generic/internal/index.d.ts +141 -133
  19. package/System.Collections.Generic/internal/metadata.json +26 -10
  20. package/System.Collections.Immutable/internal/index.d.ts +121 -121
  21. package/System.Collections.ObjectModel/internal/index.d.ts +23 -23
  22. package/System.Collections.Specialized/internal/index.d.ts +85 -87
  23. package/System.ComponentModel/internal/index.d.ts +595 -597
  24. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +105 -105
  25. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +9 -9
  26. package/System.ComponentModel.Design/internal/index.d.ts +90 -90
  27. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +37 -37
  28. package/System.Data/internal/index.d.ts +225 -225
  29. package/System.Data.Common/internal/index.d.ts +62 -62
  30. package/System.Data.SqlTypes/internal/index.d.ts +73 -73
  31. package/System.Diagnostics/internal/index.d.ts +343 -343
  32. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +50 -50
  33. package/System.Diagnostics.Contracts/internal/index.d.ts +20 -20
  34. package/System.Diagnostics.Metrics/internal/index.d.ts +46 -46
  35. package/System.Diagnostics.SymbolStore/internal/index.d.ts +9 -9
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +44 -44
  37. package/System.Drawing/internal/index.d.ts +99 -99
  38. package/System.Dynamic/internal/index.d.ts +33 -33
  39. package/System.Formats.Asn1/internal/index.d.ts +12 -12
  40. package/System.Formats.Tar/internal/index.d.ts +17 -17
  41. package/System.Globalization/internal/index.d.ts +51 -51
  42. package/System.IO/internal/index.d.ts +172 -172
  43. package/System.IO.Compression/internal/index.d.ts +56 -56
  44. package/System.IO.Enumeration/internal/index.d.ts +6 -6
  45. package/System.IO.IsolatedStorage/internal/index.d.ts +17 -17
  46. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -11
  47. package/System.IO.Pipelines/internal/index.d.ts +13 -13
  48. package/System.IO.Pipes/internal/index.d.ts +32 -32
  49. package/System.Linq/internal/index.d.ts +187 -187
  50. package/System.Linq.Expressions/internal/index.d.ts +203 -203
  51. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  52. package/System.Net/internal/index.d.ts +218 -220
  53. package/System.Net.Cache/internal/index.d.ts +10 -10
  54. package/System.Net.Http/internal/index.d.ts +89 -89
  55. package/System.Net.Http.Headers/internal/index.d.ts +86 -86
  56. package/System.Net.Http.Json/internal/index.d.ts +59 -59
  57. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  58. package/System.Net.Mail/internal/index.d.ts +92 -92
  59. package/System.Net.Mime/internal/index.d.ts +6 -6
  60. package/System.Net.NetworkInformation/internal/index.d.ts +39 -39
  61. package/System.Net.Quic/internal/index.d.ts +13 -13
  62. package/System.Net.Security/internal/index.d.ts +70 -70
  63. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -3
  64. package/System.Net.Sockets/internal/index.d.ts +94 -94
  65. package/System.Net.WebSockets/internal/index.d.ts +46 -46
  66. package/System.Numerics/bindings.json +384 -0
  67. package/System.Numerics/internal/index.d.ts +128 -130
  68. package/System.Numerics/internal/metadata.json +256 -0
  69. package/System.Reflection/internal/index.d.ts +271 -271
  70. package/System.Reflection.Emit/internal/index.d.ts +123 -123
  71. package/System.Reflection.Metadata/bindings.json +48 -0
  72. package/System.Reflection.Metadata/internal/index.d.ts +179 -179
  73. package/System.Reflection.Metadata/internal/metadata.json +32 -0
  74. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +40 -40
  75. package/System.Reflection.PortableExecutable/internal/index.d.ts +26 -26
  76. package/System.Resources/internal/index.d.ts +38 -38
  77. package/System.Runtime/internal/index.d.ts +9 -9
  78. package/System.Runtime.CompilerServices/internal/index.d.ts +168 -168
  79. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  80. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  81. package/System.Runtime.InteropServices/bindings.json +22 -22
  82. package/System.Runtime.InteropServices/internal/index.d.ts +184 -184
  83. package/System.Runtime.InteropServices/internal/metadata.json +13 -13
  84. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +30 -30
  85. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  86. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +50 -50
  87. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +63 -63
  88. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  89. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  90. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  91. package/System.Runtime.Loader/internal/index.d.ts +9 -9
  92. package/System.Runtime.Remoting/internal/index.d.ts +2 -2
  93. package/System.Runtime.Serialization/internal/index.d.ts +113 -115
  94. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +19 -19
  95. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  96. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -5
  97. package/System.Runtime.Serialization.Json/internal/index.d.ts +28 -28
  98. package/System.Runtime.Versioning/internal/index.d.ts +22 -22
  99. package/System.Security/internal/index.d.ts +63 -63
  100. package/System.Security.AccessControl/internal/index.d.ts +84 -84
  101. package/System.Security.Authentication/internal/index.d.ts +6 -6
  102. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +13 -13
  103. package/System.Security.Claims/internal/index.d.ts +38 -40
  104. package/System.Security.Cryptography/internal/index.d.ts +378 -378
  105. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +172 -172
  106. package/System.Security.Permissions/internal/index.d.ts +1 -1
  107. package/System.Security.Policy/internal/index.d.ts +6 -6
  108. package/System.Security.Principal/internal/index.d.ts +29 -31
  109. package/System.Text/internal/index.d.ts +94 -94
  110. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  111. package/System.Text.Json/internal/index.d.ts +103 -103
  112. package/System.Text.Json.Nodes/internal/index.d.ts +73 -73
  113. package/System.Text.Json.Schema/internal/index.d.ts +7 -7
  114. package/System.Text.Json.Serialization/internal/index.d.ts +34 -34
  115. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +57 -57
  116. package/System.Text.RegularExpressions/internal/index.d.ts +29 -29
  117. package/System.Text.Unicode/internal/index.d.ts +6 -6
  118. package/System.Threading/internal/index.d.ts +160 -160
  119. package/System.Threading.Channels/internal/index.d.ts +12 -12
  120. package/System.Threading.Tasks/internal/index.d.ts +125 -135
  121. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +54 -51
  122. package/System.Threading.Tasks.Sources/internal/index.d.ts +5 -5
  123. package/System.Timers/internal/index.d.ts +8 -8
  124. package/System.Transactions/internal/index.d.ts +51 -51
  125. package/System.Web/internal/index.d.ts +32 -32
  126. package/System.Windows.Input/internal/index.d.ts +2 -2
  127. package/System.Windows.Markup/internal/index.d.ts +2 -2
  128. package/System.Xml/internal/index.d.ts +281 -281
  129. package/System.Xml.Linq/internal/index.d.ts +76 -76
  130. package/System.Xml.Resolvers/internal/index.d.ts +8 -8
  131. package/System.Xml.Schema/internal/index.d.ts +173 -173
  132. package/System.Xml.Serialization/internal/index.d.ts +200 -200
  133. package/System.Xml.XPath/internal/index.d.ts +28 -28
  134. package/System.Xml.Xsl/internal/index.d.ts +53 -53
  135. package/System.Xml.Xsl.Runtime/internal/index.d.ts +72 -72
  136. package/__internal/extensions/index.d.ts +415 -414
  137. package/package.json +1 -1
@@ -145,40 +145,40 @@ export enum ToolboxItemFilterType {
145
145
  }
146
146
 
147
147
 
148
- export type AddingNewEventHandler = (sender: unknown, e: AddingNewEventArgs) => void;
148
+ export type AddingNewEventHandler = (sender: unknown | undefined, e: AddingNewEventArgs) => void;
149
149
 
150
150
 
151
- export type AsyncCompletedEventHandler = (sender: unknown, e: AsyncCompletedEventArgs) => void;
151
+ export type AsyncCompletedEventHandler = (sender: unknown | undefined, e: AsyncCompletedEventArgs) => void;
152
152
 
153
153
 
154
- export type CancelEventHandler = (sender: unknown, e: CancelEventArgs) => void;
154
+ export type CancelEventHandler = (sender: unknown | undefined, e: CancelEventArgs) => void;
155
155
 
156
156
 
157
- export type CollectionChangeEventHandler = (sender: unknown, e: CollectionChangeEventArgs) => void;
157
+ export type CollectionChangeEventHandler = (sender: unknown | undefined, e: CollectionChangeEventArgs) => void;
158
158
 
159
159
 
160
- export type DoWorkEventHandler = (sender: unknown, e: DoWorkEventArgs) => void;
160
+ export type DoWorkEventHandler = (sender: unknown | undefined, e: DoWorkEventArgs) => void;
161
161
 
162
162
 
163
- export type HandledEventHandler = (sender: unknown, e: HandledEventArgs) => void;
163
+ export type HandledEventHandler = (sender: unknown | undefined, e: HandledEventArgs) => void;
164
164
 
165
165
 
166
- export type ListChangedEventHandler = (sender: unknown, e: ListChangedEventArgs) => void;
166
+ export type ListChangedEventHandler = (sender: unknown | undefined, e: ListChangedEventArgs) => void;
167
167
 
168
168
 
169
- export type ProgressChangedEventHandler = (sender: unknown, e: ProgressChangedEventArgs) => void;
169
+ export type ProgressChangedEventHandler = (sender: unknown | undefined, e: ProgressChangedEventArgs) => void;
170
170
 
171
171
 
172
- export type PropertyChangedEventHandler = (sender: unknown, e: PropertyChangedEventArgs) => void;
172
+ export type PropertyChangedEventHandler = (sender: unknown | undefined, e: PropertyChangedEventArgs) => void;
173
173
 
174
174
 
175
- export type PropertyChangingEventHandler = (sender: unknown, e: PropertyChangingEventArgs) => void;
175
+ export type PropertyChangingEventHandler = (sender: unknown | undefined, e: PropertyChangingEventArgs) => void;
176
176
 
177
177
 
178
178
  export type RefreshEventHandler = (e: RefreshEventArgs) => void;
179
179
 
180
180
 
181
- export type RunWorkerCompletedEventHandler = (sender: unknown, e: RunWorkerCompletedEventArgs) => void;
181
+ export type RunWorkerCompletedEventHandler = (sender: unknown | undefined, e: RunWorkerCompletedEventArgs) => void;
182
182
 
183
183
 
184
184
  export interface IBindingList$instance extends IList, ICollection, IEnumerable {
@@ -189,7 +189,7 @@ export interface IBindingList$instance extends IList, ICollection, IEnumerable {
189
189
  readonly supportsSearching: boolean;
190
190
  readonly supportsSorting: boolean;
191
191
  readonly isSorted: boolean;
192
- readonly sortProperty: PropertyDescriptor;
192
+ readonly sortProperty: PropertyDescriptor | undefined;
193
193
  readonly sortDirection: ListSortDirection;
194
194
  item: unknown;
195
195
  readonly isReadOnly: boolean;
@@ -197,16 +197,16 @@ export interface IBindingList$instance extends IList, ICollection, IEnumerable {
197
197
  readonly count: int;
198
198
  readonly syncRoot: unknown;
199
199
  readonly isSynchronized: boolean;
200
- add(value: unknown): int;
200
+ add(value: unknown | undefined): int;
201
201
  addIndex(property: PropertyDescriptor): void;
202
202
  addNew(): unknown;
203
203
  applySort(property: PropertyDescriptor, direction: ListSortDirection): void;
204
- contains(value: unknown): boolean;
204
+ contains(value: unknown | undefined): boolean;
205
205
  copyTo(array: ClrArray, index: int): void;
206
206
  find(property: PropertyDescriptor, key: unknown): int;
207
207
  getEnumerator(): IEnumerator;
208
- insert(index: int, value: unknown): void;
209
- remove(value: unknown): void;
208
+ insert(index: int, value: unknown | undefined): void;
209
+ remove(value: unknown | undefined): void;
210
210
  removeAt(index: int): void;
211
211
  removeSort(): void;
212
212
  clear(): void;
@@ -216,7 +216,7 @@ export interface IBindingList$instance extends IList, ICollection, IEnumerable {
216
216
  export type IBindingList = IBindingList$instance;
217
217
 
218
218
  export interface IBindingListView$instance extends IBindingList, IList, ICollection, IEnumerable {
219
- filter: string;
219
+ filter: string | undefined;
220
220
  readonly sortDescriptions: ListSortDescriptionCollection;
221
221
  readonly supportsAdvancedSorting: boolean;
222
222
  readonly supportsFiltering: boolean;
@@ -227,7 +227,7 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
227
227
  readonly supportsSearching: boolean;
228
228
  readonly supportsSorting: boolean;
229
229
  readonly isSorted: boolean;
230
- readonly sortProperty: PropertyDescriptor;
230
+ readonly sortProperty: PropertyDescriptor | undefined;
231
231
  readonly sortDirection: ListSortDirection;
232
232
  item: unknown;
233
233
  readonly isReadOnly: boolean;
@@ -235,17 +235,17 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
235
235
  readonly count: int;
236
236
  readonly syncRoot: unknown;
237
237
  readonly isSynchronized: boolean;
238
- add(value: unknown): int;
238
+ add(value: unknown | undefined): int;
239
239
  addIndex(property: PropertyDescriptor): void;
240
240
  addNew(): unknown;
241
241
  applySort(property: PropertyDescriptor, direction: ListSortDirection): void;
242
242
  applySort(sorts: ListSortDescriptionCollection): void;
243
- contains(value: unknown): boolean;
243
+ contains(value: unknown | undefined): boolean;
244
244
  copyTo(array: ClrArray, index: int): void;
245
245
  find(property: PropertyDescriptor, key: unknown): int;
246
246
  getEnumerator(): IEnumerator;
247
- insert(index: int, value: unknown): void;
248
- remove(value: unknown): void;
247
+ insert(index: int, value: unknown | undefined): void;
248
+ remove(value: unknown | undefined): void;
249
249
  removeAt(index: int): void;
250
250
  removeFilter(): void;
251
251
  clear(): void;
@@ -277,9 +277,9 @@ export interface IComNativeDescriptorHandler$instance {
277
277
  getDefaultEvent(component: unknown): EventDescriptor;
278
278
  getDefaultProperty(component: unknown): PropertyDescriptor;
279
279
  getEditor(component: unknown, baseEditorType: Type): unknown;
280
- getEvents(component: unknown, attributes: Attribute[]): EventDescriptorCollection;
280
+ getEvents(component: unknown, attributes: Attribute[] | undefined): EventDescriptorCollection;
281
281
  getEvents(component: unknown): EventDescriptorCollection;
282
- getProperties(component: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
282
+ getProperties(component: unknown, attributes: Attribute[] | undefined): PropertyDescriptorCollection;
283
283
  getPropertyValue(component: unknown, dispid: int, success: boolean): unknown;
284
284
  getPropertyValue(component: unknown, propertyName: string, success: boolean): unknown;
285
285
  }
@@ -288,7 +288,7 @@ export interface IComNativeDescriptorHandler$instance {
288
288
  export type IComNativeDescriptorHandler = IComNativeDescriptorHandler$instance;
289
289
 
290
290
  export interface IComponent$instance extends IDisposable {
291
- site: ISite;
291
+ site: ISite | undefined;
292
292
  dispose(): void;
293
293
  }
294
294
 
@@ -299,8 +299,8 @@ export type IComponent = IComponent$instance;
299
299
 
300
300
  export interface IContainer$instance extends IDisposable {
301
301
  readonly components: ComponentCollection;
302
- add(component: IComponent, name: string): void;
303
- add(component: IComponent): void;
302
+ add(component: IComponent | undefined, name: string | undefined): void;
303
+ add(component: IComponent | undefined): void;
304
304
  dispose(): void;
305
305
  }
306
306
 
@@ -316,11 +316,11 @@ export interface ICustomTypeDescriptor$instance {
316
316
  getConverter(): TypeConverter;
317
317
  getDefaultEvent(): EventDescriptor;
318
318
  getDefaultProperty(): PropertyDescriptor;
319
- getEditor(editorBaseType: Type): unknown;
319
+ getEditor(editorBaseType: Type): unknown | undefined;
320
320
  getEvents(): EventDescriptorCollection;
321
- getEvents(attributes: Attribute[]): EventDescriptorCollection;
321
+ getEvents(attributes: Attribute[] | undefined): EventDescriptorCollection;
322
322
  getProperties(): PropertyDescriptorCollection;
323
- getProperties(attributes: Attribute[]): PropertyDescriptorCollection;
323
+ getProperties(attributes: Attribute[] | undefined): PropertyDescriptorCollection;
324
324
  getPropertyOwner(pd: PropertyDescriptor): unknown;
325
325
  }
326
326
 
@@ -368,8 +368,8 @@ export type IListSource = IListSource$instance;
368
368
  export interface INestedContainer$instance extends IContainer, IDisposable {
369
369
  readonly owner: IComponent;
370
370
  readonly components: ComponentCollection;
371
- add(component: IComponent, name: string): void;
372
- add(component: IComponent): void;
371
+ add(component: IComponent | undefined, name: string | undefined): void;
372
+ add(component: IComponent | undefined): void;
373
373
  dispose(): void;
374
374
  }
375
375
 
@@ -377,12 +377,12 @@ export interface INestedContainer$instance extends IContainer, IDisposable {
377
377
  export type INestedContainer = INestedContainer$instance;
378
378
 
379
379
  export interface INestedSite$instance extends ISite, IServiceProvider {
380
- readonly fullName: string;
380
+ readonly fullName: string | undefined;
381
381
  readonly component: IComponent;
382
382
  readonly container: IContainer;
383
383
  readonly designMode: boolean;
384
- name: string;
385
- getService(serviceType: Type): unknown;
384
+ name: string | undefined;
385
+ getService(serviceType: Type): unknown | undefined;
386
386
  }
387
387
 
388
388
 
@@ -390,7 +390,7 @@ export type INestedSite = INestedSite$instance;
390
390
 
391
391
  export interface INotifyDataErrorInfo$instance {
392
392
  readonly hasErrors: boolean;
393
- getErrors(propertyName: string): IEnumerable;
393
+ getErrors(propertyName: string | undefined): IEnumerable;
394
394
  }
395
395
 
396
396
 
@@ -430,8 +430,8 @@ export interface ISite$instance extends IServiceProvider {
430
430
  readonly component: IComponent;
431
431
  readonly container: IContainer;
432
432
  readonly designMode: boolean;
433
- name: string;
434
- getService(serviceType: Type): unknown;
433
+ name: string | undefined;
434
+ getService(serviceType: Type): unknown | undefined;
435
435
  }
436
436
 
437
437
 
@@ -458,8 +458,8 @@ export type ISupportInitializeNotification = ISupportInitializeNotification$inst
458
458
 
459
459
  export interface ISynchronizeInvoke$instance {
460
460
  readonly invokeRequired: boolean;
461
- beginInvoke(method: Function, args: unknown[]): IAsyncResult;
462
- endInvoke(result: IAsyncResult): unknown;
461
+ beginInvoke(method: Function, args: (unknown | undefined)[] | undefined): IAsyncResult;
462
+ endInvoke(result: IAsyncResult): unknown | undefined;
463
463
  invoke(method: Function, args: unknown[]): unknown;
464
464
  }
465
465
 
@@ -468,9 +468,9 @@ export type ISynchronizeInvoke = ISynchronizeInvoke$instance;
468
468
 
469
469
  export interface ITypeDescriptorContext$instance extends IServiceProvider {
470
470
  readonly container: IContainer;
471
- readonly instance: unknown;
472
- readonly propertyDescriptor: PropertyDescriptor;
473
- getService(serviceType: Type): unknown;
471
+ readonly instance: unknown | undefined;
472
+ readonly propertyDescriptor: PropertyDescriptor | undefined;
473
+ getService(serviceType: Type): unknown | undefined;
474
474
  onComponentChanged(): void;
475
475
  onComponentChanging(): boolean;
476
476
  }
@@ -481,21 +481,21 @@ export interface ITypeDescriptorContext$instance extends System_Internal.IServic
481
481
  export type ITypeDescriptorContext = ITypeDescriptorContext$instance;
482
482
 
483
483
  export interface ITypedList$instance {
484
- getItemProperties(listAccessors: PropertyDescriptor[]): PropertyDescriptorCollection;
485
- getListName(listAccessors: PropertyDescriptor[]): string;
484
+ getItemProperties(listAccessors: PropertyDescriptor[] | undefined): PropertyDescriptorCollection;
485
+ getListName(listAccessors: PropertyDescriptor[] | undefined): string;
486
486
  }
487
487
 
488
488
 
489
489
  export type ITypedList = ITypedList$instance;
490
490
 
491
491
  export interface AddingNewEventArgs$instance extends EventArgs {
492
- newObject: unknown;
492
+ newObject: unknown | undefined;
493
493
  }
494
494
 
495
495
 
496
496
  export const AddingNewEventArgs: {
497
- new(): AddingNewEventArgs$instance;
498
- new(newObject: unknown): AddingNewEventArgs$instance;
497
+ new(): AddingNewEventArgs;
498
+ new(newObject: unknown | undefined): AddingNewEventArgs;
499
499
  };
500
500
 
501
501
 
@@ -503,41 +503,41 @@ export type AddingNewEventArgs = AddingNewEventArgs$instance;
503
503
 
504
504
  export interface AmbientValueAttribute$instance extends Attribute {
505
505
  readonly value: unknown;
506
- equals(obj: unknown): boolean;
506
+ equals(obj: unknown | undefined): boolean;
507
507
  getHashCode(): int;
508
508
  }
509
509
 
510
510
 
511
511
  export const AmbientValueAttribute: {
512
- new(type_: Type, value: string): AmbientValueAttribute$instance;
513
- new(value: char): AmbientValueAttribute$instance;
514
- new(value: byte): AmbientValueAttribute$instance;
515
- new(value: short): AmbientValueAttribute$instance;
516
- new(value: int): AmbientValueAttribute$instance;
517
- new(value: long): AmbientValueAttribute$instance;
518
- new(value: float): AmbientValueAttribute$instance;
519
- new(value: double): AmbientValueAttribute$instance;
520
- new(value: boolean): AmbientValueAttribute$instance;
521
- new(value: string): AmbientValueAttribute$instance;
522
- new(value: unknown): AmbientValueAttribute$instance;
512
+ new(type_: Type | undefined, value: string | undefined): AmbientValueAttribute;
513
+ new(value: char): AmbientValueAttribute;
514
+ new(value: byte): AmbientValueAttribute;
515
+ new(value: short): AmbientValueAttribute;
516
+ new(value: int): AmbientValueAttribute;
517
+ new(value: long): AmbientValueAttribute;
518
+ new(value: float): AmbientValueAttribute;
519
+ new(value: double): AmbientValueAttribute;
520
+ new(value: boolean): AmbientValueAttribute;
521
+ new(value: string | undefined): AmbientValueAttribute;
522
+ new(value: unknown | undefined): AmbientValueAttribute;
523
523
  };
524
524
 
525
525
 
526
526
  export type AmbientValueAttribute = AmbientValueAttribute$instance;
527
527
 
528
528
  export interface ArrayConverter$instance extends CollectionConverter {
529
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
530
- convertTo(value: unknown, destinationType: Type): unknown;
531
- getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
532
- getProperties(value: unknown): PropertyDescriptorCollection;
533
- getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
534
- getPropertiesSupported(context: ITypeDescriptorContext): boolean;
529
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
530
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
531
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown | undefined, attributes: Attribute[] | undefined): PropertyDescriptorCollection | undefined;
532
+ getProperties(value: unknown | undefined): PropertyDescriptorCollection | undefined;
533
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown): PropertyDescriptorCollection | undefined;
534
+ getPropertiesSupported(context: ITypeDescriptorContext | undefined): boolean;
535
535
  getPropertiesSupported(): boolean;
536
536
  }
537
537
 
538
538
 
539
539
  export const ArrayConverter: {
540
- new(): ArrayConverter$instance;
540
+ new(): ArrayConverter;
541
541
  };
542
542
 
543
543
 
@@ -545,13 +545,13 @@ export type ArrayConverter = ArrayConverter$instance;
545
545
 
546
546
  export interface AsyncCompletedEventArgs$instance extends EventArgs {
547
547
  readonly cancelled: boolean;
548
- readonly error: Exception;
549
- readonly userState: unknown;
548
+ readonly error: Exception | undefined;
549
+ readonly userState: unknown | undefined;
550
550
  }
551
551
 
552
552
 
553
553
  export const AsyncCompletedEventArgs: {
554
- new(error: Exception, cancelled: boolean, userState: unknown): AsyncCompletedEventArgs$instance;
554
+ new(error: Exception | undefined, cancelled: boolean, userState: unknown | undefined): AsyncCompletedEventArgs;
555
555
  };
556
556
 
557
557
 
@@ -559,15 +559,15 @@ export type AsyncCompletedEventArgs = AsyncCompletedEventArgs$instance;
559
559
 
560
560
  export interface AsyncOperation$instance {
561
561
  readonly synchronizationContext: SynchronizationContext;
562
- readonly userSuppliedState: unknown;
562
+ readonly userSuppliedState: unknown | undefined;
563
563
  operationCompleted(): void;
564
- post(d: SendOrPostCallback, arg: unknown): void;
565
- postOperationCompleted(d: SendOrPostCallback, arg: unknown): void;
564
+ post(d: SendOrPostCallback, arg: unknown | undefined): void;
565
+ postOperationCompleted(d: SendOrPostCallback, arg: unknown | undefined): void;
566
566
  }
567
567
 
568
568
 
569
569
  export const AsyncOperation: {
570
- new(): AsyncOperation$instance;
570
+ new(): AsyncOperation;
571
571
  };
572
572
 
573
573
 
@@ -576,18 +576,18 @@ export type AsyncOperation = AsyncOperation$instance;
576
576
  export interface AttributeCollection$instance {
577
577
  readonly count: int;
578
578
  contains(attribute: Attribute): boolean;
579
- contains(attributes: Attribute[]): boolean;
579
+ contains(attributes: Attribute[] | undefined): boolean;
580
580
  copyTo(array: ClrArray, index: int): void;
581
581
  get_Item(index: int): Attribute;
582
- get_Item(attributeType: Type): Attribute;
582
+ get_Item(attributeType: Type): Attribute | undefined;
583
583
  getEnumerator(): IEnumerator;
584
584
  matches(attribute: Attribute): boolean;
585
- matches(attributes: Attribute[]): boolean;
585
+ matches(attributes: Attribute[] | undefined): boolean;
586
586
  }
587
587
 
588
588
 
589
589
  export const AttributeCollection: {
590
- new(attributes: Attribute[]): AttributeCollection$instance;
590
+ new(attributes: Attribute[]): AttributeCollection;
591
591
  readonly empty: AttributeCollection;
592
592
  fromExisting(existing: AttributeCollection, ...newAttributes: Attribute[]): AttributeCollection;
593
593
  };
@@ -608,9 +608,9 @@ export interface AttributeProviderAttribute$instance extends Attribute {
608
608
 
609
609
 
610
610
  export const AttributeProviderAttribute: {
611
- new(typeName: string): AttributeProviderAttribute$instance;
612
- new(typeName: string, propertyName: string): AttributeProviderAttribute$instance;
613
- new(type_: Type): AttributeProviderAttribute$instance;
611
+ new(typeName: string | undefined): AttributeProviderAttribute;
612
+ new(typeName: string | undefined, propertyName: string | undefined): AttributeProviderAttribute;
613
+ new(type_: Type | undefined): AttributeProviderAttribute;
614
614
  };
615
615
 
616
616
 
@@ -624,14 +624,14 @@ export interface BackgroundWorker$instance extends Component$instance {
624
624
  cancelAsync(): void;
625
625
  dispose(): void;
626
626
  reportProgress(percentProgress: int): void;
627
- reportProgress(percentProgress: int, userState: unknown): void;
627
+ reportProgress(percentProgress: int, userState: unknown | undefined): void;
628
628
  runWorkerAsync(): void;
629
- runWorkerAsync(argument: unknown): void;
629
+ runWorkerAsync(argument: unknown | undefined): void;
630
630
  }
631
631
 
632
632
 
633
633
  export const BackgroundWorker: {
634
- new(): BackgroundWorker$instance;
634
+ new(): BackgroundWorker;
635
635
  };
636
636
 
637
637
 
@@ -646,14 +646,14 @@ export type BackgroundWorker = BackgroundWorker$instance & __BackgroundWorker$vi
646
646
 
647
647
 
648
648
  export interface BaseNumberConverter$instance extends TypeConverter {
649
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
650
- canConvertFrom(sourceType: Type): boolean;
651
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
652
- canConvertTo(destinationType: Type): boolean;
653
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
654
- convertFrom(value: unknown): unknown;
655
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
656
- convertTo(value: unknown, destinationType: Type): unknown;
649
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
650
+ canConvertFrom(sourceType: Type | undefined): boolean;
651
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
652
+ canConvertTo(destinationType: Type | undefined): boolean;
653
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
654
+ convertFrom(value: unknown | undefined): unknown | undefined;
655
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
656
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
657
657
  }
658
658
 
659
659
 
@@ -673,10 +673,10 @@ export interface BindableAttribute$instance extends Attribute {
673
673
 
674
674
 
675
675
  export const BindableAttribute: {
676
- new(bindable: boolean): BindableAttribute$instance;
677
- new(bindable: boolean, direction: BindingDirection): BindableAttribute$instance;
678
- new(flags: BindableSupport): BindableAttribute$instance;
679
- new(flags: BindableSupport, direction: BindingDirection): BindableAttribute$instance;
676
+ new(bindable: boolean): BindableAttribute;
677
+ new(bindable: boolean, direction: BindingDirection): BindableAttribute;
678
+ new(flags: BindableSupport): BindableAttribute;
679
+ new(flags: BindableSupport, direction: BindingDirection): BindableAttribute;
680
680
  readonly yes: BindableAttribute;
681
681
  readonly no: BindableAttribute;
682
682
  readonly default_: BindableAttribute;
@@ -691,12 +691,12 @@ export interface BindingList_1$instance<T> extends Collection_1<T> {
691
691
  allowRemove: boolean;
692
692
  raiseListChangedEvents: boolean;
693
693
  add(item: T): void;
694
- add(value: unknown): int;
694
+ add(value: unknown | undefined): int;
695
695
  addNew(): T;
696
696
  cancelNew(itemIndex: int): void;
697
697
  clear(): void;
698
698
  contains(item: T): boolean;
699
- contains(value: unknown): boolean;
699
+ contains(value: unknown | undefined): boolean;
700
700
  copyTo(array: T[], index: int): void;
701
701
  copyTo(array: ClrArray, index: int): void;
702
702
  endNew(itemIndex: int): void;
@@ -704,9 +704,9 @@ export interface BindingList_1$instance<T> extends Collection_1<T> {
704
704
  getEnumerator(): IEnumerator;
705
705
  indexOf(item: T): int;
706
706
  insert(index: int, item: T): void;
707
- insert(index: int, value: unknown): void;
707
+ insert(index: int, value: unknown | undefined): void;
708
708
  remove(item: T): boolean;
709
- remove(value: unknown): void;
709
+ remove(value: unknown | undefined): void;
710
710
  removeAt(index: int): void;
711
711
  resetBindings(): void;
712
712
  resetItem(position: int): void;
@@ -714,8 +714,8 @@ export interface BindingList_1$instance<T> extends Collection_1<T> {
714
714
 
715
715
 
716
716
  export const BindingList_1: {
717
- new<T>(): BindingList_1$instance<T>;
718
- new<T>(list: IList_1<T>): BindingList_1$instance<T>;
717
+ new<T>(): BindingList_1<T>;
718
+ new<T>(list: IList_1<T>): BindingList_1<T>;
719
719
  };
720
720
 
721
721
 
@@ -738,21 +738,21 @@ export type BindingList_1<T> = BindingList_1$instance<T> & __BindingList_1$views
738
738
 
739
739
 
740
740
  export interface BooleanConverter$instance extends TypeConverter {
741
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
742
- canConvertFrom(sourceType: Type): boolean;
743
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
744
- convertFrom(value: unknown): unknown;
745
- getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
746
- getStandardValues(): ICollection;
747
- getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
741
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
742
+ canConvertFrom(sourceType: Type | undefined): boolean;
743
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
744
+ convertFrom(value: unknown | undefined): unknown | undefined;
745
+ getStandardValues(context: ITypeDescriptorContext | undefined): TypeConverter_StandardValuesCollection | undefined;
746
+ getStandardValues(): ICollection | undefined;
747
+ getStandardValuesExclusive(context: ITypeDescriptorContext | undefined): boolean;
748
748
  getStandardValuesExclusive(): boolean;
749
- getStandardValuesSupported(context: ITypeDescriptorContext): boolean;
749
+ getStandardValuesSupported(context: ITypeDescriptorContext | undefined): boolean;
750
750
  getStandardValuesSupported(): boolean;
751
751
  }
752
752
 
753
753
 
754
754
  export const BooleanConverter: {
755
- new(): BooleanConverter$instance;
755
+ new(): BooleanConverter;
756
756
  };
757
757
 
758
758
 
@@ -767,7 +767,7 @@ export interface BrowsableAttribute$instance extends Attribute {
767
767
 
768
768
 
769
769
  export const BrowsableAttribute: {
770
- new(browsable: boolean): BrowsableAttribute$instance;
770
+ new(browsable: boolean): BrowsableAttribute;
771
771
  readonly yes: BrowsableAttribute;
772
772
  readonly no: BrowsableAttribute;
773
773
  readonly default_: BrowsableAttribute;
@@ -781,7 +781,7 @@ export interface ByteConverter$instance extends BaseNumberConverter {
781
781
 
782
782
 
783
783
  export const ByteConverter: {
784
- new(): ByteConverter$instance;
784
+ new(): ByteConverter;
785
785
  };
786
786
 
787
787
 
@@ -793,8 +793,8 @@ export interface CancelEventArgs$instance extends EventArgs {
793
793
 
794
794
 
795
795
  export const CancelEventArgs: {
796
- new(): CancelEventArgs$instance;
797
- new(cancel: boolean): CancelEventArgs$instance;
796
+ new(): CancelEventArgs;
797
+ new(cancel: boolean): CancelEventArgs;
798
798
  };
799
799
 
800
800
 
@@ -809,8 +809,8 @@ export interface CategoryAttribute$instance extends Attribute {
809
809
 
810
810
 
811
811
  export const CategoryAttribute: {
812
- new(): CategoryAttribute$instance;
813
- new(category: string): CategoryAttribute$instance;
812
+ new(): CategoryAttribute;
813
+ new(category: string): CategoryAttribute;
814
814
  readonly action: CategoryAttribute;
815
815
  readonly appearance: CategoryAttribute;
816
816
  readonly asynchronous: CategoryAttribute;
@@ -831,17 +831,17 @@ export const CategoryAttribute: {
831
831
  export type CategoryAttribute = CategoryAttribute$instance;
832
832
 
833
833
  export interface CharConverter$instance extends TypeConverter {
834
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
835
- canConvertFrom(sourceType: Type): boolean;
836
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
837
- convertFrom(value: unknown): unknown;
838
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
839
- convertTo(value: unknown, destinationType: Type): unknown;
834
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
835
+ canConvertFrom(sourceType: Type | undefined): boolean;
836
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
837
+ convertFrom(value: unknown | undefined): unknown | undefined;
838
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
839
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
840
840
  }
841
841
 
842
842
 
843
843
  export const CharConverter: {
844
- new(): CharConverter$instance;
844
+ new(): CharConverter;
845
845
  };
846
846
 
847
847
 
@@ -854,40 +854,40 @@ export interface CollectionChangeEventArgs$instance extends EventArgs {
854
854
 
855
855
 
856
856
  export const CollectionChangeEventArgs: {
857
- new(action: CollectionChangeAction, element: unknown): CollectionChangeEventArgs$instance;
857
+ new(action: CollectionChangeAction, element: unknown | undefined): CollectionChangeEventArgs;
858
858
  };
859
859
 
860
860
 
861
861
  export type CollectionChangeEventArgs = CollectionChangeEventArgs$instance;
862
862
 
863
863
  export interface CollectionConverter$instance extends TypeConverter {
864
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
865
- convertTo(value: unknown, destinationType: Type): unknown;
866
- getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
867
- getProperties(value: unknown): PropertyDescriptorCollection;
868
- getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
864
+ convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
865
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
866
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown, attributes: Attribute[] | undefined): PropertyDescriptorCollection | undefined;
867
+ getProperties(value: unknown | undefined): PropertyDescriptorCollection | undefined;
868
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown): PropertyDescriptorCollection | undefined;
869
869
  }
870
870
 
871
871
 
872
872
  export const CollectionConverter: {
873
- new(): CollectionConverter$instance;
873
+ new(): CollectionConverter;
874
874
  };
875
875
 
876
876
 
877
877
  export type CollectionConverter = CollectionConverter$instance;
878
878
 
879
879
  export interface ComplexBindingPropertiesAttribute$instance extends Attribute {
880
- readonly dataMember: string;
880
+ readonly dataMember: string | undefined;
881
881
  readonly dataSource: string;
882
- equals(obj: unknown): boolean;
882
+ equals(obj: unknown | undefined): boolean;
883
883
  getHashCode(): int;
884
884
  }
885
885
 
886
886
 
887
887
  export const ComplexBindingPropertiesAttribute: {
888
- new(): ComplexBindingPropertiesAttribute$instance;
889
- new(dataSource: string): ComplexBindingPropertiesAttribute$instance;
890
- new(dataSource: string, dataMember: string): ComplexBindingPropertiesAttribute$instance;
888
+ new(): ComplexBindingPropertiesAttribute;
889
+ new(dataSource: string | undefined): ComplexBindingPropertiesAttribute;
890
+ new(dataSource: string | undefined, dataMember: string | undefined): ComplexBindingPropertiesAttribute;
891
891
  readonly default_: ComplexBindingPropertiesAttribute;
892
892
  };
893
893
 
@@ -896,14 +896,14 @@ export type ComplexBindingPropertiesAttribute = ComplexBindingPropertiesAttribut
896
896
 
897
897
  export interface Component$instance extends MarshalByRefObject {
898
898
  readonly container: IContainer;
899
- site: ISite;
899
+ site: ISite | undefined;
900
900
  dispose(): void;
901
- toString(): string;
901
+ toString(): string | undefined;
902
902
  }
903
903
 
904
904
 
905
905
  export const Component: {
906
- new(): Component$instance;
906
+ new(): Component;
907
907
  };
908
908
 
909
909
 
@@ -917,14 +917,14 @@ export type Component = Component$instance & __Component$views;
917
917
 
918
918
  export interface ComponentCollection$instance extends ReadOnlyCollectionBase {
919
919
  copyTo(array: ClrArray, index: int): void;
920
- get_Item(name: string): IComponent;
920
+ get_Item(name: string | undefined): IComponent;
921
921
  get_Item(index: int): IComponent;
922
922
  getEnumerator(): IEnumerator;
923
923
  }
924
924
 
925
925
 
926
926
  export const ComponentCollection: {
927
- new(components: IComponent[]): ComponentCollection$instance;
927
+ new(components: (IComponent | undefined)[] | undefined): ComponentCollection;
928
928
  };
929
929
 
930
930
 
@@ -939,16 +939,16 @@ export type ComponentCollection = ComponentCollection$instance & __ComponentColl
939
939
 
940
940
 
941
941
  export interface ComponentConverter$instance extends ReferenceConverter {
942
- getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
943
- getProperties(value: unknown): PropertyDescriptorCollection;
944
- getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
942
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown, attributes: Attribute[] | undefined): PropertyDescriptorCollection;
943
+ getProperties(value: unknown | undefined): PropertyDescriptorCollection | undefined;
944
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown): PropertyDescriptorCollection | undefined;
945
945
  getPropertiesSupported(context: ITypeDescriptorContext): boolean;
946
946
  getPropertiesSupported(): boolean;
947
947
  }
948
948
 
949
949
 
950
950
  export const ComponentConverter: {
951
- new(type_: Type): ComponentConverter$instance;
951
+ new(type_: Type): ComponentConverter;
952
952
  };
953
953
 
954
954
 
@@ -956,7 +956,7 @@ export type ComponentConverter = ComponentConverter$instance;
956
956
 
957
957
  export interface ComponentEditor$instance {
958
958
  editComponent(component: unknown): boolean;
959
- editComponent(context: ITypeDescriptorContext, component: unknown): boolean;
959
+ editComponent(context: ITypeDescriptorContext | undefined, component: unknown): boolean;
960
960
  }
961
961
 
962
962
 
@@ -968,14 +968,14 @@ export type ComponentEditor = ComponentEditor$instance;
968
968
 
969
969
  export interface ComponentResourceManager$instance extends ResourceManager {
970
970
  applyResources(value: unknown, objectName: string): void;
971
- applyResources(value: unknown, objectName: string, culture: CultureInfo): void;
972
- applyResourcesToRegisteredType(value: unknown, objectName: string, culture: CultureInfo): void;
971
+ applyResources(value: unknown, objectName: string, culture: CultureInfo | undefined): void;
972
+ applyResourcesToRegisteredType(value: unknown, objectName: string, culture: CultureInfo | undefined): void;
973
973
  }
974
974
 
975
975
 
976
976
  export const ComponentResourceManager: {
977
- new(): ComponentResourceManager$instance;
978
- new(t: Type): ComponentResourceManager$instance;
977
+ new(): ComponentResourceManager;
978
+ new(t: Type): ComponentResourceManager;
979
979
  };
980
980
 
981
981
 
@@ -991,7 +991,7 @@ export interface Container$instance {
991
991
 
992
992
 
993
993
  export const Container: {
994
- new(): Container$instance;
994
+ new(): Container;
995
995
  };
996
996
 
997
997
 
@@ -1015,25 +1015,25 @@ export const ContainerFilterService: {
1015
1015
  export type ContainerFilterService = ContainerFilterService$instance;
1016
1016
 
1017
1017
  export interface CultureInfoConverter$instance extends TypeConverter {
1018
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
1019
- canConvertFrom(sourceType: Type): boolean;
1020
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
1021
- canConvertTo(destinationType: Type): boolean;
1022
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
1023
- convertFrom(value: unknown): unknown;
1024
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
1025
- convertTo(value: unknown, destinationType: Type): unknown;
1026
- getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
1027
- getStandardValues(): ICollection;
1028
- getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
1018
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
1019
+ canConvertFrom(sourceType: Type | undefined): boolean;
1020
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
1021
+ canConvertTo(destinationType: Type | undefined): boolean;
1022
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
1023
+ convertFrom(value: unknown | undefined): unknown | undefined;
1024
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
1025
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
1026
+ getStandardValues(context: ITypeDescriptorContext | undefined): TypeConverter_StandardValuesCollection | undefined;
1027
+ getStandardValues(): ICollection | undefined;
1028
+ getStandardValuesExclusive(context: ITypeDescriptorContext | undefined): boolean;
1029
1029
  getStandardValuesExclusive(): boolean;
1030
- getStandardValuesSupported(context: ITypeDescriptorContext): boolean;
1030
+ getStandardValuesSupported(context: ITypeDescriptorContext | undefined): boolean;
1031
1031
  getStandardValuesSupported(): boolean;
1032
1032
  }
1033
1033
 
1034
1034
 
1035
1035
  export const CultureInfoConverter: {
1036
- new(): CultureInfoConverter$instance;
1036
+ new(): CultureInfoConverter;
1037
1037
  };
1038
1038
 
1039
1039
 
@@ -1048,12 +1048,12 @@ export interface CustomTypeDescriptor$instance {
1048
1048
  getConverterFromRegisteredType(): TypeConverter;
1049
1049
  getDefaultEvent(): EventDescriptor;
1050
1050
  getDefaultProperty(): PropertyDescriptor;
1051
- getEditor(editorBaseType: Type): unknown;
1051
+ getEditor(editorBaseType: Type): unknown | undefined;
1052
1052
  getEvents(): EventDescriptorCollection;
1053
- getEvents(attributes: Attribute[]): EventDescriptorCollection;
1053
+ getEvents(attributes: Attribute[] | undefined): EventDescriptorCollection;
1054
1054
  getEventsFromRegisteredType(): EventDescriptorCollection;
1055
1055
  getProperties(): PropertyDescriptorCollection;
1056
- getProperties(attributes: Attribute[]): PropertyDescriptorCollection;
1056
+ getProperties(attributes: Attribute[] | undefined): PropertyDescriptorCollection;
1057
1057
  getPropertiesFromRegisteredType(): PropertyDescriptorCollection;
1058
1058
  getPropertyOwner(pd: PropertyDescriptor): unknown;
1059
1059
  }
@@ -1078,7 +1078,7 @@ export interface DataErrorsChangedEventArgs$instance extends EventArgs {
1078
1078
 
1079
1079
 
1080
1080
  export const DataErrorsChangedEventArgs: {
1081
- new(propertyName: string): DataErrorsChangedEventArgs$instance;
1081
+ new(propertyName: string | undefined): DataErrorsChangedEventArgs;
1082
1082
  };
1083
1083
 
1084
1084
 
@@ -1093,8 +1093,8 @@ export interface DataObjectAttribute$instance extends Attribute {
1093
1093
 
1094
1094
 
1095
1095
  export const DataObjectAttribute: {
1096
- new(): DataObjectAttribute$instance;
1097
- new(isDataObject: boolean): DataObjectAttribute$instance;
1096
+ new(): DataObjectAttribute;
1097
+ new(isDataObject: boolean): DataObjectAttribute;
1098
1098
  readonly dataObject: DataObjectAttribute;
1099
1099
  readonly nonDataObject: DataObjectAttribute;
1100
1100
  readonly default_: DataObjectAttribute;
@@ -1114,10 +1114,10 @@ export interface DataObjectFieldAttribute$instance extends Attribute {
1114
1114
 
1115
1115
 
1116
1116
  export const DataObjectFieldAttribute: {
1117
- new(primaryKey: boolean): DataObjectFieldAttribute$instance;
1118
- new(primaryKey: boolean, isIdentity: boolean): DataObjectFieldAttribute$instance;
1119
- new(primaryKey: boolean, isIdentity: boolean, isNullable: boolean): DataObjectFieldAttribute$instance;
1120
- new(primaryKey: boolean, isIdentity: boolean, isNullable: boolean, length: int): DataObjectFieldAttribute$instance;
1117
+ new(primaryKey: boolean): DataObjectFieldAttribute;
1118
+ new(primaryKey: boolean, isIdentity: boolean): DataObjectFieldAttribute;
1119
+ new(primaryKey: boolean, isIdentity: boolean, isNullable: boolean): DataObjectFieldAttribute;
1120
+ new(primaryKey: boolean, isIdentity: boolean, isNullable: boolean, length: int): DataObjectFieldAttribute;
1121
1121
  };
1122
1122
 
1123
1123
 
@@ -1126,87 +1126,87 @@ export type DataObjectFieldAttribute = DataObjectFieldAttribute$instance;
1126
1126
  export interface DataObjectMethodAttribute$instance extends Attribute {
1127
1127
  readonly isDefault: boolean;
1128
1128
  readonly methodType: DataObjectMethodType;
1129
- equals(obj: unknown): boolean;
1129
+ equals(obj: unknown | undefined): boolean;
1130
1130
  getHashCode(): int;
1131
- match(obj: unknown): boolean;
1131
+ match(obj: unknown | undefined): boolean;
1132
1132
  }
1133
1133
 
1134
1134
 
1135
1135
  export const DataObjectMethodAttribute: {
1136
- new(methodType: DataObjectMethodType): DataObjectMethodAttribute$instance;
1137
- new(methodType: DataObjectMethodType, isDefault: boolean): DataObjectMethodAttribute$instance;
1136
+ new(methodType: DataObjectMethodType): DataObjectMethodAttribute;
1137
+ new(methodType: DataObjectMethodType, isDefault: boolean): DataObjectMethodAttribute;
1138
1138
  };
1139
1139
 
1140
1140
 
1141
1141
  export type DataObjectMethodAttribute = DataObjectMethodAttribute$instance;
1142
1142
 
1143
1143
  export interface DateOnlyConverter$instance extends TypeConverter {
1144
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
1145
- canConvertFrom(sourceType: Type): boolean;
1146
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
1147
- canConvertTo(destinationType: Type): boolean;
1148
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
1149
- convertFrom(value: unknown): unknown;
1150
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
1151
- convertTo(value: unknown, destinationType: Type): unknown;
1144
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
1145
+ canConvertFrom(sourceType: Type | undefined): boolean;
1146
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
1147
+ canConvertTo(destinationType: Type | undefined): boolean;
1148
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
1149
+ convertFrom(value: unknown | undefined): unknown | undefined;
1150
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
1151
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
1152
1152
  }
1153
1153
 
1154
1154
 
1155
1155
  export const DateOnlyConverter: {
1156
- new(): DateOnlyConverter$instance;
1156
+ new(): DateOnlyConverter;
1157
1157
  };
1158
1158
 
1159
1159
 
1160
1160
  export type DateOnlyConverter = DateOnlyConverter$instance;
1161
1161
 
1162
1162
  export interface DateTimeConverter$instance extends TypeConverter {
1163
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
1164
- canConvertFrom(sourceType: Type): boolean;
1165
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
1166
- canConvertTo(destinationType: Type): boolean;
1167
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
1168
- convertFrom(value: unknown): unknown;
1169
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
1170
- convertTo(value: unknown, destinationType: Type): unknown;
1163
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
1164
+ canConvertFrom(sourceType: Type | undefined): boolean;
1165
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
1166
+ canConvertTo(destinationType: Type | undefined): boolean;
1167
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
1168
+ convertFrom(value: unknown | undefined): unknown | undefined;
1169
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
1170
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
1171
1171
  }
1172
1172
 
1173
1173
 
1174
1174
  export const DateTimeConverter: {
1175
- new(): DateTimeConverter$instance;
1175
+ new(): DateTimeConverter;
1176
1176
  };
1177
1177
 
1178
1178
 
1179
1179
  export type DateTimeConverter = DateTimeConverter$instance;
1180
1180
 
1181
1181
  export interface DateTimeOffsetConverter$instance extends TypeConverter {
1182
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
1183
- canConvertFrom(sourceType: Type): boolean;
1184
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
1185
- canConvertTo(destinationType: Type): boolean;
1186
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
1187
- convertFrom(value: unknown): unknown;
1188
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
1189
- convertTo(value: unknown, destinationType: Type): unknown;
1182
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
1183
+ canConvertFrom(sourceType: Type | undefined): boolean;
1184
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
1185
+ canConvertTo(destinationType: Type | undefined): boolean;
1186
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
1187
+ convertFrom(value: unknown | undefined): unknown | undefined;
1188
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
1189
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
1190
1190
  }
1191
1191
 
1192
1192
 
1193
1193
  export const DateTimeOffsetConverter: {
1194
- new(): DateTimeOffsetConverter$instance;
1194
+ new(): DateTimeOffsetConverter;
1195
1195
  };
1196
1196
 
1197
1197
 
1198
1198
  export type DateTimeOffsetConverter = DateTimeOffsetConverter$instance;
1199
1199
 
1200
1200
  export interface DecimalConverter$instance extends BaseNumberConverter {
1201
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
1202
- canConvertTo(destinationType: Type): boolean;
1203
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
1204
- convertTo(value: unknown, destinationType: Type): unknown;
1201
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
1202
+ canConvertTo(destinationType: Type | undefined): boolean;
1203
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
1204
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
1205
1205
  }
1206
1206
 
1207
1207
 
1208
1208
  export const DecimalConverter: {
1209
- new(): DecimalConverter$instance;
1209
+ new(): DecimalConverter;
1210
1210
  };
1211
1211
 
1212
1212
 
@@ -1214,14 +1214,14 @@ export type DecimalConverter = DecimalConverter$instance;
1214
1214
 
1215
1215
  export interface DefaultBindingPropertyAttribute$instance extends Attribute {
1216
1216
  readonly name: string;
1217
- equals(obj: unknown): boolean;
1217
+ equals(obj: unknown | undefined): boolean;
1218
1218
  getHashCode(): int;
1219
1219
  }
1220
1220
 
1221
1221
 
1222
1222
  export const DefaultBindingPropertyAttribute: {
1223
- new(): DefaultBindingPropertyAttribute$instance;
1224
- new(name: string): DefaultBindingPropertyAttribute$instance;
1223
+ new(): DefaultBindingPropertyAttribute;
1224
+ new(name: string | undefined): DefaultBindingPropertyAttribute;
1225
1225
  readonly default_: DefaultBindingPropertyAttribute;
1226
1226
  };
1227
1227
 
@@ -1230,13 +1230,13 @@ export type DefaultBindingPropertyAttribute = DefaultBindingPropertyAttribute$in
1230
1230
 
1231
1231
  export interface DefaultEventAttribute$instance extends Attribute {
1232
1232
  readonly name: string;
1233
- equals(obj: unknown): boolean;
1233
+ equals(obj: unknown | undefined): boolean;
1234
1234
  getHashCode(): int;
1235
1235
  }
1236
1236
 
1237
1237
 
1238
1238
  export const DefaultEventAttribute: {
1239
- new(name: string): DefaultEventAttribute$instance;
1239
+ new(name: string | undefined): DefaultEventAttribute;
1240
1240
  readonly default_: DefaultEventAttribute;
1241
1241
  };
1242
1242
 
@@ -1245,13 +1245,13 @@ export type DefaultEventAttribute = DefaultEventAttribute$instance;
1245
1245
 
1246
1246
  export interface DefaultPropertyAttribute$instance extends Attribute {
1247
1247
  readonly name: string;
1248
- equals(obj: unknown): boolean;
1248
+ equals(obj: unknown | undefined): boolean;
1249
1249
  getHashCode(): int;
1250
1250
  }
1251
1251
 
1252
1252
 
1253
1253
  export const DefaultPropertyAttribute: {
1254
- new(name: string): DefaultPropertyAttribute$instance;
1254
+ new(name: string | undefined): DefaultPropertyAttribute;
1255
1255
  readonly default_: DefaultPropertyAttribute;
1256
1256
  };
1257
1257
 
@@ -1260,27 +1260,27 @@ export type DefaultPropertyAttribute = DefaultPropertyAttribute$instance;
1260
1260
 
1261
1261
  export interface DefaultValueAttribute$instance extends Attribute {
1262
1262
  readonly value: unknown;
1263
- equals(obj: unknown): boolean;
1263
+ equals(obj: unknown | undefined): boolean;
1264
1264
  getHashCode(): int;
1265
1265
  }
1266
1266
 
1267
1267
 
1268
1268
  export const DefaultValueAttribute: {
1269
- new(type_: Type, value: string): DefaultValueAttribute$instance;
1270
- new(value: char): DefaultValueAttribute$instance;
1271
- new(value: byte): DefaultValueAttribute$instance;
1272
- new(value: short): DefaultValueAttribute$instance;
1273
- new(value: int): DefaultValueAttribute$instance;
1274
- new(value: long): DefaultValueAttribute$instance;
1275
- new(value: float): DefaultValueAttribute$instance;
1276
- new(value: double): DefaultValueAttribute$instance;
1277
- new(value: boolean): DefaultValueAttribute$instance;
1278
- new(value: string): DefaultValueAttribute$instance;
1279
- new(value: unknown): DefaultValueAttribute$instance;
1280
- new(value: sbyte): DefaultValueAttribute$instance;
1281
- new(value: ushort): DefaultValueAttribute$instance;
1282
- new(value: uint): DefaultValueAttribute$instance;
1283
- new(value: ulong): DefaultValueAttribute$instance;
1269
+ new(type_: Type | undefined, value: string | undefined): DefaultValueAttribute;
1270
+ new(value: char): DefaultValueAttribute;
1271
+ new(value: byte): DefaultValueAttribute;
1272
+ new(value: short): DefaultValueAttribute;
1273
+ new(value: int): DefaultValueAttribute;
1274
+ new(value: long): DefaultValueAttribute;
1275
+ new(value: float): DefaultValueAttribute;
1276
+ new(value: double): DefaultValueAttribute;
1277
+ new(value: boolean): DefaultValueAttribute;
1278
+ new(value: string | undefined): DefaultValueAttribute;
1279
+ new(value: unknown | undefined): DefaultValueAttribute;
1280
+ new(value: sbyte): DefaultValueAttribute;
1281
+ new(value: ushort): DefaultValueAttribute;
1282
+ new(value: uint): DefaultValueAttribute;
1283
+ new(value: ulong): DefaultValueAttribute;
1284
1284
  };
1285
1285
 
1286
1286
 
@@ -1295,8 +1295,8 @@ export interface DescriptionAttribute$instance extends Attribute {
1295
1295
 
1296
1296
 
1297
1297
  export const DescriptionAttribute: {
1298
- new(): DescriptionAttribute$instance;
1299
- new(description: string): DescriptionAttribute$instance;
1298
+ new(): DescriptionAttribute;
1299
+ new(description: string): DescriptionAttribute;
1300
1300
  readonly default_: DescriptionAttribute;
1301
1301
  };
1302
1302
 
@@ -1313,11 +1313,11 @@ export interface DesignerAttribute$instance extends Attribute {
1313
1313
 
1314
1314
 
1315
1315
  export const DesignerAttribute: {
1316
- new(designerTypeName: string): DesignerAttribute$instance;
1317
- new(designerType: Type): DesignerAttribute$instance;
1318
- new(designerTypeName: string, designerBaseTypeName: string): DesignerAttribute$instance;
1319
- new(designerTypeName: string, designerBaseType: Type): DesignerAttribute$instance;
1320
- new(designerType: Type, designerBaseType: Type): DesignerAttribute$instance;
1316
+ new(designerTypeName: string): DesignerAttribute;
1317
+ new(designerType: Type): DesignerAttribute;
1318
+ new(designerTypeName: string, designerBaseTypeName: string): DesignerAttribute;
1319
+ new(designerTypeName: string, designerBaseType: Type): DesignerAttribute;
1320
+ new(designerType: Type, designerBaseType: Type): DesignerAttribute;
1321
1321
  };
1322
1322
 
1323
1323
 
@@ -1333,8 +1333,8 @@ export interface DesignerCategoryAttribute$instance extends Attribute {
1333
1333
 
1334
1334
 
1335
1335
  export const DesignerCategoryAttribute: {
1336
- new(): DesignerCategoryAttribute$instance;
1337
- new(category: string): DesignerCategoryAttribute$instance;
1336
+ new(): DesignerCategoryAttribute;
1337
+ new(category: string): DesignerCategoryAttribute;
1338
1338
  readonly component: DesignerCategoryAttribute;
1339
1339
  readonly default_: DesignerCategoryAttribute;
1340
1340
  readonly form: DesignerCategoryAttribute;
@@ -1353,7 +1353,7 @@ export interface DesignerSerializationVisibilityAttribute$instance extends Attri
1353
1353
 
1354
1354
 
1355
1355
  export const DesignerSerializationVisibilityAttribute: {
1356
- new(visibility: DesignerSerializationVisibility): DesignerSerializationVisibilityAttribute$instance;
1356
+ new(visibility: DesignerSerializationVisibility): DesignerSerializationVisibilityAttribute;
1357
1357
  readonly content: DesignerSerializationVisibilityAttribute;
1358
1358
  readonly hidden: DesignerSerializationVisibilityAttribute;
1359
1359
  readonly visible: DesignerSerializationVisibilityAttribute;
@@ -1372,7 +1372,7 @@ export interface DesignOnlyAttribute$instance extends Attribute {
1372
1372
 
1373
1373
 
1374
1374
  export const DesignOnlyAttribute: {
1375
- new(isDesignOnly: boolean): DesignOnlyAttribute$instance;
1375
+ new(isDesignOnly: boolean): DesignOnlyAttribute;
1376
1376
  readonly yes: DesignOnlyAttribute;
1377
1377
  readonly no: DesignOnlyAttribute;
1378
1378
  readonly default_: DesignOnlyAttribute;
@@ -1390,8 +1390,8 @@ export interface DesignTimeVisibleAttribute$instance extends Attribute {
1390
1390
 
1391
1391
 
1392
1392
  export const DesignTimeVisibleAttribute: {
1393
- new(visible: boolean): DesignTimeVisibleAttribute$instance;
1394
- new(): DesignTimeVisibleAttribute$instance;
1393
+ new(visible: boolean): DesignTimeVisibleAttribute;
1394
+ new(): DesignTimeVisibleAttribute;
1395
1395
  readonly yes: DesignTimeVisibleAttribute;
1396
1396
  readonly no: DesignTimeVisibleAttribute;
1397
1397
  readonly default_: DesignTimeVisibleAttribute;
@@ -1409,8 +1409,8 @@ export interface DisplayNameAttribute$instance extends Attribute {
1409
1409
 
1410
1410
 
1411
1411
  export const DisplayNameAttribute: {
1412
- new(): DisplayNameAttribute$instance;
1413
- new(displayName: string): DisplayNameAttribute$instance;
1412
+ new(): DisplayNameAttribute;
1413
+ new(displayName: string): DisplayNameAttribute;
1414
1414
  readonly default_: DisplayNameAttribute;
1415
1415
  };
1416
1416
 
@@ -1422,27 +1422,27 @@ export interface DoubleConverter$instance extends BaseNumberConverter {
1422
1422
 
1423
1423
 
1424
1424
  export const DoubleConverter: {
1425
- new(): DoubleConverter$instance;
1425
+ new(): DoubleConverter;
1426
1426
  };
1427
1427
 
1428
1428
 
1429
1429
  export type DoubleConverter = DoubleConverter$instance;
1430
1430
 
1431
1431
  export interface DoWorkEventArgs$instance extends CancelEventArgs {
1432
- readonly argument: unknown;
1432
+ readonly argument: unknown | undefined;
1433
1433
  result: unknown;
1434
1434
  }
1435
1435
 
1436
1436
 
1437
1437
  export const DoWorkEventArgs: {
1438
- new(argument: unknown): DoWorkEventArgs$instance;
1438
+ new(argument: unknown | undefined): DoWorkEventArgs;
1439
1439
  };
1440
1440
 
1441
1441
 
1442
1442
  export type DoWorkEventArgs = DoWorkEventArgs$instance;
1443
1443
 
1444
1444
  export interface EditorAttribute$instance extends Attribute {
1445
- readonly editorBaseTypeName: string;
1445
+ readonly editorBaseTypeName: string | undefined;
1446
1446
  readonly editorTypeName: string;
1447
1447
  readonly typeId: unknown;
1448
1448
  equals(obj: unknown): boolean;
@@ -1451,10 +1451,10 @@ export interface EditorAttribute$instance extends Attribute {
1451
1451
 
1452
1452
 
1453
1453
  export const EditorAttribute: {
1454
- new(): EditorAttribute$instance;
1455
- new(typeName: string, baseTypeName: string): EditorAttribute$instance;
1456
- new(typeName: string, baseType: Type): EditorAttribute$instance;
1457
- new(type_: Type, baseType: Type): EditorAttribute$instance;
1454
+ new(): EditorAttribute;
1455
+ new(typeName: string, baseTypeName: string | undefined): EditorAttribute;
1456
+ new(typeName: string, baseType: Type): EditorAttribute;
1457
+ new(type_: Type, baseType: Type): EditorAttribute;
1458
1458
  };
1459
1459
 
1460
1460
 
@@ -1468,35 +1468,35 @@ export interface EditorBrowsableAttribute$instance extends Attribute {
1468
1468
 
1469
1469
 
1470
1470
  export const EditorBrowsableAttribute: {
1471
- new(state: EditorBrowsableState): EditorBrowsableAttribute$instance;
1472
- new(): EditorBrowsableAttribute$instance;
1471
+ new(state: EditorBrowsableState): EditorBrowsableAttribute;
1472
+ new(): EditorBrowsableAttribute;
1473
1473
  };
1474
1474
 
1475
1475
 
1476
1476
  export type EditorBrowsableAttribute = EditorBrowsableAttribute$instance;
1477
1477
 
1478
1478
  export interface EnumConverter$instance extends TypeConverter {
1479
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
1480
- canConvertFrom(sourceType: Type): boolean;
1481
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
1482
- canConvertTo(destinationType: Type): boolean;
1483
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
1484
- convertFrom(value: unknown): unknown;
1485
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
1486
- convertTo(value: unknown, destinationType: Type): unknown;
1487
- getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
1488
- getStandardValues(): ICollection;
1489
- getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
1479
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
1480
+ canConvertFrom(sourceType: Type | undefined): boolean;
1481
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
1482
+ canConvertTo(destinationType: Type | undefined): boolean;
1483
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
1484
+ convertFrom(value: unknown | undefined): unknown | undefined;
1485
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
1486
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
1487
+ getStandardValues(context: ITypeDescriptorContext | undefined): TypeConverter_StandardValuesCollection | undefined;
1488
+ getStandardValues(): ICollection | undefined;
1489
+ getStandardValuesExclusive(context: ITypeDescriptorContext | undefined): boolean;
1490
1490
  getStandardValuesExclusive(): boolean;
1491
- getStandardValuesSupported(context: ITypeDescriptorContext): boolean;
1491
+ getStandardValuesSupported(context: ITypeDescriptorContext | undefined): boolean;
1492
1492
  getStandardValuesSupported(): boolean;
1493
- isValid(context: ITypeDescriptorContext, value: unknown): boolean;
1494
- isValid(value: unknown): boolean;
1493
+ isValid(context: ITypeDescriptorContext | undefined, value: unknown | undefined): boolean;
1494
+ isValid(value: unknown | undefined): boolean;
1495
1495
  }
1496
1496
 
1497
1497
 
1498
1498
  export const EnumConverter: {
1499
- new(type_: Type): EnumConverter$instance;
1499
+ new(type_: Type | undefined): EnumConverter;
1500
1500
  };
1501
1501
 
1502
1502
 
@@ -1519,27 +1519,27 @@ export type EventDescriptor = EventDescriptor$instance;
1519
1519
 
1520
1520
  export interface EventDescriptorCollection$instance {
1521
1521
  readonly count: int;
1522
- add(value: EventDescriptor): int;
1522
+ add(value: EventDescriptor | undefined): int;
1523
1523
  clear(): void;
1524
- contains(value: EventDescriptor): boolean;
1525
- find(name: string, ignoreCase: boolean): EventDescriptor;
1524
+ contains(value: EventDescriptor | undefined): boolean;
1525
+ find(name: string | undefined, ignoreCase: boolean): EventDescriptor | undefined;
1526
1526
  get_Item(index: int): EventDescriptor;
1527
- get_Item(name: string): EventDescriptor;
1527
+ get_Item(name: string | undefined): EventDescriptor;
1528
1528
  getEnumerator(): IEnumerator;
1529
- indexOf(value: EventDescriptor): int;
1530
- insert(index: int, value: EventDescriptor): void;
1531
- remove(value: EventDescriptor): void;
1529
+ indexOf(value: EventDescriptor | undefined): int;
1530
+ insert(index: int, value: EventDescriptor | undefined): void;
1531
+ remove(value: EventDescriptor | undefined): void;
1532
1532
  removeAt(index: int): void;
1533
1533
  sort(): EventDescriptorCollection;
1534
- sort(names: string[]): EventDescriptorCollection;
1535
- sort(names: string[], comparer: IComparer): EventDescriptorCollection;
1536
- sort(comparer: IComparer): EventDescriptorCollection;
1534
+ sort(names: (string | undefined)[] | undefined): EventDescriptorCollection;
1535
+ sort(names: (string | undefined)[] | undefined, comparer: IComparer | undefined): EventDescriptorCollection;
1536
+ sort(comparer: IComparer | undefined): EventDescriptorCollection;
1537
1537
  }
1538
1538
 
1539
1539
 
1540
1540
  export const EventDescriptorCollection: {
1541
- new(events: EventDescriptor[]): EventDescriptorCollection$instance;
1542
- new(events: EventDescriptor[], readOnly: boolean): EventDescriptorCollection$instance;
1541
+ new(events: EventDescriptor[] | undefined): EventDescriptorCollection;
1542
+ new(events: EventDescriptor[] | undefined, readOnly: boolean): EventDescriptorCollection;
1543
1543
  readonly empty: EventDescriptorCollection;
1544
1544
  };
1545
1545
 
@@ -1554,16 +1554,16 @@ export type EventDescriptorCollection = EventDescriptorCollection$instance & __E
1554
1554
 
1555
1555
 
1556
1556
  export interface EventHandlerList$instance {
1557
- item: Function;
1558
- addHandler(key: unknown, value: Function): void;
1557
+ item: Function | undefined;
1558
+ addHandler(key: unknown, value: Function | undefined): void;
1559
1559
  addHandlers(listToAddFrom: EventHandlerList): void;
1560
1560
  dispose(): void;
1561
- removeHandler(key: unknown, value: Function): void;
1561
+ removeHandler(key: unknown, value: Function | undefined): void;
1562
1562
  }
1563
1563
 
1564
1564
 
1565
1565
  export const EventHandlerList: {
1566
- new(): EventHandlerList$instance;
1566
+ new(): EventHandlerList;
1567
1567
  };
1568
1568
 
1569
1569
 
@@ -1577,52 +1577,52 @@ export type EventHandlerList = EventHandlerList$instance & __EventHandlerList$vi
1577
1577
 
1578
1578
 
1579
1579
  export interface ExpandableObjectConverter$instance extends TypeConverter {
1580
- getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
1581
- getProperties(value: unknown): PropertyDescriptorCollection;
1582
- getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
1580
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown, attributes: Attribute[] | undefined): PropertyDescriptorCollection | undefined;
1581
+ getProperties(value: unknown | undefined): PropertyDescriptorCollection | undefined;
1582
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown): PropertyDescriptorCollection | undefined;
1583
1583
  getPropertiesSupported(context: ITypeDescriptorContext): boolean;
1584
1584
  getPropertiesSupported(): boolean;
1585
1585
  }
1586
1586
 
1587
1587
 
1588
1588
  export const ExpandableObjectConverter: {
1589
- new(): ExpandableObjectConverter$instance;
1589
+ new(): ExpandableObjectConverter;
1590
1590
  };
1591
1591
 
1592
1592
 
1593
1593
  export type ExpandableObjectConverter = ExpandableObjectConverter$instance;
1594
1594
 
1595
1595
  export interface ExtenderProvidedPropertyAttribute$instance extends Attribute {
1596
- readonly extenderProperty: PropertyDescriptor;
1596
+ readonly extenderProperty: PropertyDescriptor | undefined;
1597
1597
  readonly provider: IExtenderProvider;
1598
- readonly receiverType: Type;
1599
- equals(obj: unknown): boolean;
1598
+ readonly receiverType: Type | undefined;
1599
+ equals(obj: unknown | undefined): boolean;
1600
1600
  getHashCode(): int;
1601
1601
  isDefaultAttribute(): boolean;
1602
1602
  }
1603
1603
 
1604
1604
 
1605
1605
  export const ExtenderProvidedPropertyAttribute: {
1606
- new(): ExtenderProvidedPropertyAttribute$instance;
1606
+ new(): ExtenderProvidedPropertyAttribute;
1607
1607
  };
1608
1608
 
1609
1609
 
1610
1610
  export type ExtenderProvidedPropertyAttribute = ExtenderProvidedPropertyAttribute$instance;
1611
1611
 
1612
1612
  export interface GuidConverter$instance extends TypeConverter {
1613
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
1614
- canConvertFrom(sourceType: Type): boolean;
1615
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
1616
- canConvertTo(destinationType: Type): boolean;
1617
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
1618
- convertFrom(value: unknown): unknown;
1619
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
1620
- convertTo(value: unknown, destinationType: Type): unknown;
1613
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
1614
+ canConvertFrom(sourceType: Type | undefined): boolean;
1615
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
1616
+ canConvertTo(destinationType: Type | undefined): boolean;
1617
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
1618
+ convertFrom(value: unknown | undefined): unknown | undefined;
1619
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
1620
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
1621
1621
  }
1622
1622
 
1623
1623
 
1624
1624
  export const GuidConverter: {
1625
- new(): GuidConverter$instance;
1625
+ new(): GuidConverter;
1626
1626
  };
1627
1627
 
1628
1628
 
@@ -1633,7 +1633,7 @@ export interface HalfConverter$instance extends BaseNumberConverter {
1633
1633
 
1634
1634
 
1635
1635
  export const HalfConverter: {
1636
- new(): HalfConverter$instance;
1636
+ new(): HalfConverter;
1637
1637
  };
1638
1638
 
1639
1639
 
@@ -1645,8 +1645,8 @@ export interface HandledEventArgs$instance extends EventArgs {
1645
1645
 
1646
1646
 
1647
1647
  export const HandledEventArgs: {
1648
- new(): HandledEventArgs$instance;
1649
- new(defaultHandledValue: boolean): HandledEventArgs$instance;
1648
+ new(): HandledEventArgs;
1649
+ new(defaultHandledValue: boolean): HandledEventArgs;
1650
1650
  };
1651
1651
 
1652
1652
 
@@ -1661,7 +1661,7 @@ export interface ImmutableObjectAttribute$instance extends Attribute {
1661
1661
 
1662
1662
 
1663
1663
  export const ImmutableObjectAttribute: {
1664
- new(immutable: boolean): ImmutableObjectAttribute$instance;
1664
+ new(immutable: boolean): ImmutableObjectAttribute;
1665
1665
  readonly yes: ImmutableObjectAttribute;
1666
1666
  readonly no: ImmutableObjectAttribute;
1667
1667
  readonly default_: ImmutableObjectAttribute;
@@ -1680,8 +1680,8 @@ export interface InheritanceAttribute$instance extends Attribute {
1680
1680
 
1681
1681
 
1682
1682
  export const InheritanceAttribute: {
1683
- new(): InheritanceAttribute$instance;
1684
- new(inheritanceLevel: InheritanceLevel): InheritanceAttribute$instance;
1683
+ new(): InheritanceAttribute;
1684
+ new(inheritanceLevel: InheritanceLevel): InheritanceAttribute;
1685
1685
  readonly inherited: InheritanceAttribute;
1686
1686
  readonly inheritedReadOnly: InheritanceAttribute;
1687
1687
  readonly notInherited: InheritanceAttribute;
@@ -1697,22 +1697,22 @@ export interface InitializationEventAttribute$instance extends Attribute {
1697
1697
 
1698
1698
 
1699
1699
  export const InitializationEventAttribute: {
1700
- new(eventName: string): InitializationEventAttribute$instance;
1700
+ new(eventName: string): InitializationEventAttribute;
1701
1701
  };
1702
1702
 
1703
1703
 
1704
1704
  export type InitializationEventAttribute = InitializationEventAttribute$instance;
1705
1705
 
1706
1706
  export interface InstallerTypeAttribute$instance extends Attribute {
1707
- readonly installerType: Type;
1708
- equals(obj: unknown): boolean;
1707
+ readonly installerType: Type | undefined;
1708
+ equals(obj: unknown | undefined): boolean;
1709
1709
  getHashCode(): int;
1710
1710
  }
1711
1711
 
1712
1712
 
1713
1713
  export const InstallerTypeAttribute: {
1714
- new(installerType: Type): InstallerTypeAttribute$instance;
1715
- new(typeName: string): InstallerTypeAttribute$instance;
1714
+ new(installerType: Type | undefined): InstallerTypeAttribute;
1715
+ new(typeName: string | undefined): InstallerTypeAttribute;
1716
1716
  };
1717
1717
 
1718
1718
 
@@ -1720,7 +1720,7 @@ export type InstallerTypeAttribute = InstallerTypeAttribute$instance;
1720
1720
 
1721
1721
  export interface InstanceCreationEditor$instance {
1722
1722
  readonly text: string;
1723
- createInstance(context: ITypeDescriptorContext, instanceType: Type): unknown;
1723
+ createInstance(context: ITypeDescriptorContext, instanceType: Type): unknown | undefined;
1724
1724
  }
1725
1725
 
1726
1726
 
@@ -1735,7 +1735,7 @@ export interface Int128Converter$instance extends BaseNumberConverter {
1735
1735
 
1736
1736
 
1737
1737
  export const Int128Converter: {
1738
- new(): Int128Converter$instance;
1738
+ new(): Int128Converter;
1739
1739
  };
1740
1740
 
1741
1741
 
@@ -1746,7 +1746,7 @@ export interface Int16Converter$instance extends BaseNumberConverter {
1746
1746
 
1747
1747
 
1748
1748
  export const Int16Converter: {
1749
- new(): Int16Converter$instance;
1749
+ new(): Int16Converter;
1750
1750
  };
1751
1751
 
1752
1752
 
@@ -1757,7 +1757,7 @@ export interface Int32Converter$instance extends BaseNumberConverter {
1757
1757
 
1758
1758
 
1759
1759
  export const Int32Converter: {
1760
- new(): Int32Converter$instance;
1760
+ new(): Int32Converter;
1761
1761
  };
1762
1762
 
1763
1763
 
@@ -1768,21 +1768,21 @@ export interface Int64Converter$instance extends BaseNumberConverter {
1768
1768
 
1769
1769
 
1770
1770
  export const Int64Converter: {
1771
- new(): Int64Converter$instance;
1771
+ new(): Int64Converter;
1772
1772
  };
1773
1773
 
1774
1774
 
1775
1775
  export type Int64Converter = Int64Converter$instance;
1776
1776
 
1777
1777
  export interface InvalidAsynchronousStateException$instance extends ArgumentException {
1778
- getObjectData(info: SerializationInfo, context: StreamingContext): void;
1778
+ getObjectData(info: SerializationInfo | undefined, context: StreamingContext): void;
1779
1779
  }
1780
1780
 
1781
1781
 
1782
1782
  export const InvalidAsynchronousStateException: {
1783
- new(): InvalidAsynchronousStateException$instance;
1784
- new(message: string): InvalidAsynchronousStateException$instance;
1785
- new(message: string, innerException: Exception): InvalidAsynchronousStateException$instance;
1783
+ new(): InvalidAsynchronousStateException;
1784
+ new(message: string | undefined): InvalidAsynchronousStateException;
1785
+ new(message: string | undefined, innerException: Exception | undefined): InvalidAsynchronousStateException;
1786
1786
  };
1787
1787
 
1788
1788
 
@@ -1794,15 +1794,15 @@ export type InvalidAsynchronousStateException = InvalidAsynchronousStateExceptio
1794
1794
 
1795
1795
 
1796
1796
  export interface InvalidEnumArgumentException$instance extends ArgumentException {
1797
- getObjectData(info: SerializationInfo, context: StreamingContext): void;
1797
+ getObjectData(info: SerializationInfo | undefined, context: StreamingContext): void;
1798
1798
  }
1799
1799
 
1800
1800
 
1801
1801
  export const InvalidEnumArgumentException: {
1802
- new(): InvalidEnumArgumentException$instance;
1803
- new(message: string): InvalidEnumArgumentException$instance;
1804
- new(message: string, innerException: Exception): InvalidEnumArgumentException$instance;
1805
- new(argumentName: string, invalidValue: int, enumClass: Type): InvalidEnumArgumentException$instance;
1802
+ new(): InvalidEnumArgumentException;
1803
+ new(message: string): InvalidEnumArgumentException;
1804
+ new(message: string, innerException: Exception): InvalidEnumArgumentException;
1805
+ new(argumentName: string | undefined, invalidValue: int, enumClass: Type): InvalidEnumArgumentException;
1806
1806
  };
1807
1807
 
1808
1808
 
@@ -1835,13 +1835,13 @@ export type License = License$instance & __License$views;
1835
1835
  export interface LicenseContext$instance {
1836
1836
  readonly usageMode: LicenseUsageMode;
1837
1837
  getSavedLicenseKey(type_: Type, resourceAssembly: Assembly): string;
1838
- getService(type_: Type): unknown;
1838
+ getService(type_: Type): unknown | undefined;
1839
1839
  setSavedLicenseKey(type_: Type, key: string): void;
1840
1840
  }
1841
1841
 
1842
1842
 
1843
1843
  export const LicenseContext: {
1844
- new(): LicenseContext$instance;
1844
+ new(): LicenseContext;
1845
1845
  };
1846
1846
 
1847
1847
 
@@ -1855,16 +1855,16 @@ export type LicenseContext = LicenseContext$instance & __LicenseContext$views;
1855
1855
 
1856
1856
 
1857
1857
  export interface LicenseException$instance extends SystemException {
1858
- readonly licensedType: Type;
1859
- getObjectData(info: SerializationInfo, context: StreamingContext): void;
1858
+ readonly licensedType: Type | undefined;
1859
+ getObjectData(info: SerializationInfo | undefined, context: StreamingContext): void;
1860
1860
  }
1861
1861
 
1862
1862
 
1863
1863
  export const LicenseException: {
1864
- new(type_: Type): LicenseException$instance;
1865
- new(type_: Type, instance: unknown): LicenseException$instance;
1866
- new(type_: Type, instance: unknown, message: string): LicenseException$instance;
1867
- new(type_: Type, instance: unknown, message: string, innerException: Exception): LicenseException$instance;
1864
+ new(type_: Type | undefined): LicenseException;
1865
+ new(type_: Type | undefined, instance: unknown | undefined): LicenseException;
1866
+ new(type_: Type | undefined, instance: unknown | undefined, message: string | undefined): LicenseException;
1867
+ new(type_: Type | undefined, instance: unknown | undefined, message: string | undefined, innerException: Exception | undefined): LicenseException;
1868
1868
  };
1869
1869
 
1870
1870
 
@@ -1880,11 +1880,11 @@ export interface LicenseManager$instance {
1880
1880
 
1881
1881
 
1882
1882
  export const LicenseManager: {
1883
- new(): LicenseManager$instance;
1883
+ new(): LicenseManager;
1884
1884
  currentContext: LicenseContext;
1885
1885
  readonly usageMode: LicenseUsageMode;
1886
- createWithContext(type_: Type, creationContext: LicenseContext, args: unknown[]): unknown;
1887
- createWithContext(type_: Type, creationContext: LicenseContext): unknown;
1886
+ createWithContext(type_: Type, creationContext: LicenseContext, args: unknown[]): unknown | undefined;
1887
+ createWithContext(type_: Type, creationContext: LicenseContext): unknown | undefined;
1888
1888
  isLicensed(type_: Type): boolean;
1889
1889
  isValid(type_: Type, instance: unknown, license: License): boolean;
1890
1890
  isValid(type_: Type): boolean;
@@ -1898,7 +1898,7 @@ export const LicenseManager: {
1898
1898
  export type LicenseManager = LicenseManager$instance;
1899
1899
 
1900
1900
  export interface LicenseProvider$instance {
1901
- getLicense(context: LicenseContext, type_: Type, instance: unknown, allowExceptions: boolean): License;
1901
+ getLicense(context: LicenseContext, type_: Type, instance: unknown | undefined, allowExceptions: boolean): License | undefined;
1902
1902
  }
1903
1903
 
1904
1904
 
@@ -1909,7 +1909,7 @@ export const LicenseProvider: {
1909
1909
  export type LicenseProvider = LicenseProvider$instance;
1910
1910
 
1911
1911
  export interface LicenseProviderAttribute$instance extends Attribute {
1912
- readonly licenseProvider: Type;
1912
+ readonly licenseProvider: Type | undefined;
1913
1913
  readonly typeId: unknown;
1914
1914
  equals(value: unknown): boolean;
1915
1915
  getHashCode(): int;
@@ -1917,9 +1917,9 @@ export interface LicenseProviderAttribute$instance extends Attribute {
1917
1917
 
1918
1918
 
1919
1919
  export const LicenseProviderAttribute: {
1920
- new(): LicenseProviderAttribute$instance;
1921
- new(typeName: string): LicenseProviderAttribute$instance;
1922
- new(type_: Type): LicenseProviderAttribute$instance;
1920
+ new(): LicenseProviderAttribute;
1921
+ new(typeName: string): LicenseProviderAttribute;
1922
+ new(type_: Type): LicenseProviderAttribute;
1923
1923
  readonly default_: LicenseProviderAttribute;
1924
1924
  };
1925
1925
 
@@ -1927,12 +1927,12 @@ export const LicenseProviderAttribute: {
1927
1927
  export type LicenseProviderAttribute = LicenseProviderAttribute$instance;
1928
1928
 
1929
1929
  export interface LicFileLicenseProvider$instance extends LicenseProvider {
1930
- getLicense(context: LicenseContext, type_: Type, instance: unknown, allowExceptions: boolean): License;
1930
+ getLicense(context: LicenseContext, type_: Type, instance: unknown | undefined, allowExceptions: boolean): License | undefined;
1931
1931
  }
1932
1932
 
1933
1933
 
1934
1934
  export const LicFileLicenseProvider: {
1935
- new(): LicFileLicenseProvider$instance;
1935
+ new(): LicFileLicenseProvider;
1936
1936
  };
1937
1937
 
1938
1938
 
@@ -1947,8 +1947,8 @@ export interface ListBindableAttribute$instance extends Attribute {
1947
1947
 
1948
1948
 
1949
1949
  export const ListBindableAttribute: {
1950
- new(listBindable: boolean): ListBindableAttribute$instance;
1951
- new(flags: BindableSupport): ListBindableAttribute$instance;
1950
+ new(listBindable: boolean): ListBindableAttribute;
1951
+ new(flags: BindableSupport): ListBindableAttribute;
1952
1952
  readonly yes: ListBindableAttribute;
1953
1953
  readonly no: ListBindableAttribute;
1954
1954
  readonly default_: ListBindableAttribute;
@@ -1961,28 +1961,28 @@ export interface ListChangedEventArgs$instance extends EventArgs {
1961
1961
  readonly listChangedType: ListChangedType;
1962
1962
  readonly newIndex: int;
1963
1963
  readonly oldIndex: int;
1964
- readonly propertyDescriptor: PropertyDescriptor;
1964
+ readonly propertyDescriptor: PropertyDescriptor | undefined;
1965
1965
  }
1966
1966
 
1967
1967
 
1968
1968
  export const ListChangedEventArgs: {
1969
- new(listChangedType: ListChangedType, newIndex: int): ListChangedEventArgs$instance;
1970
- new(listChangedType: ListChangedType, newIndex: int, propDesc: PropertyDescriptor): ListChangedEventArgs$instance;
1971
- new(listChangedType: ListChangedType, propDesc: PropertyDescriptor): ListChangedEventArgs$instance;
1972
- new(listChangedType: ListChangedType, newIndex: int, oldIndex: int): ListChangedEventArgs$instance;
1969
+ new(listChangedType: ListChangedType, newIndex: int): ListChangedEventArgs;
1970
+ new(listChangedType: ListChangedType, newIndex: int, propDesc: PropertyDescriptor | undefined): ListChangedEventArgs;
1971
+ new(listChangedType: ListChangedType, propDesc: PropertyDescriptor | undefined): ListChangedEventArgs;
1972
+ new(listChangedType: ListChangedType, newIndex: int, oldIndex: int): ListChangedEventArgs;
1973
1973
  };
1974
1974
 
1975
1975
 
1976
1976
  export type ListChangedEventArgs = ListChangedEventArgs$instance;
1977
1977
 
1978
1978
  export interface ListSortDescription$instance {
1979
- propertyDescriptor: PropertyDescriptor;
1979
+ propertyDescriptor: PropertyDescriptor | undefined;
1980
1980
  sortDirection: ListSortDirection;
1981
1981
  }
1982
1982
 
1983
1983
 
1984
1984
  export const ListSortDescription: {
1985
- new(property: PropertyDescriptor, direction: ListSortDirection): ListSortDescription$instance;
1985
+ new(property: PropertyDescriptor | undefined, direction: ListSortDirection): ListSortDescription;
1986
1986
  };
1987
1987
 
1988
1988
 
@@ -1991,15 +1991,15 @@ export type ListSortDescription = ListSortDescription$instance;
1991
1991
  export interface ListSortDescriptionCollection$instance {
1992
1992
  readonly count: int;
1993
1993
  item: ListSortDescription;
1994
- contains(value: unknown): boolean;
1995
- copyTo(array: ClrArray, index: int): void;
1996
- indexOf(value: unknown): int;
1994
+ contains(value: unknown | undefined): boolean;
1995
+ copyTo(array: ClrArray | undefined, index: int): void;
1996
+ indexOf(value: unknown | undefined): int;
1997
1997
  }
1998
1998
 
1999
1999
 
2000
2000
  export const ListSortDescriptionCollection: {
2001
- new(): ListSortDescriptionCollection$instance;
2002
- new(sorts: ListSortDescription[]): ListSortDescriptionCollection$instance;
2001
+ new(): ListSortDescriptionCollection;
2002
+ new(sorts: (ListSortDescription | undefined)[] | undefined): ListSortDescriptionCollection;
2003
2003
  };
2004
2004
 
2005
2005
 
@@ -2021,7 +2021,7 @@ export interface LocalizableAttribute$instance extends Attribute {
2021
2021
 
2022
2022
 
2023
2023
  export const LocalizableAttribute: {
2024
- new(isLocalizable: boolean): LocalizableAttribute$instance;
2024
+ new(isLocalizable: boolean): LocalizableAttribute;
2025
2025
  readonly yes: LocalizableAttribute;
2026
2026
  readonly no: LocalizableAttribute;
2027
2027
  readonly default_: LocalizableAttribute;
@@ -2032,17 +2032,17 @@ export type LocalizableAttribute = LocalizableAttribute$instance;
2032
2032
 
2033
2033
  export interface LookupBindingPropertiesAttribute$instance extends Attribute {
2034
2034
  readonly dataSource: string;
2035
- readonly displayMember: string;
2036
- readonly lookupMember: string;
2037
- readonly valueMember: string;
2038
- equals(obj: unknown): boolean;
2035
+ readonly displayMember: string | undefined;
2036
+ readonly lookupMember: string | undefined;
2037
+ readonly valueMember: string | undefined;
2038
+ equals(obj: unknown | undefined): boolean;
2039
2039
  getHashCode(): int;
2040
2040
  }
2041
2041
 
2042
2042
 
2043
2043
  export const LookupBindingPropertiesAttribute: {
2044
- new(): LookupBindingPropertiesAttribute$instance;
2045
- new(dataSource: string, displayMember: string, valueMember: string, lookupMember: string): LookupBindingPropertiesAttribute$instance;
2044
+ new(): LookupBindingPropertiesAttribute;
2045
+ new(dataSource: string | undefined, displayMember: string | undefined, valueMember: string | undefined, lookupMember: string | undefined): LookupBindingPropertiesAttribute;
2046
2046
  readonly default_: LookupBindingPropertiesAttribute;
2047
2047
  };
2048
2048
 
@@ -2052,15 +2052,15 @@ export type LookupBindingPropertiesAttribute = LookupBindingPropertiesAttribute$
2052
2052
  export interface MarshalByValueComponent$instance {
2053
2053
  readonly container: IContainer;
2054
2054
  readonly designMode: boolean;
2055
- site: ISite;
2055
+ site: ISite | undefined;
2056
2056
  dispose(): void;
2057
- getService(service: Type): unknown;
2058
- toString(): string;
2057
+ getService(service: Type | undefined): unknown | undefined;
2058
+ toString(): string | undefined;
2059
2059
  }
2060
2060
 
2061
2061
 
2062
2062
  export const MarshalByValueComponent: {
2063
- new(): MarshalByValueComponent$instance;
2063
+ new(): MarshalByValueComponent;
2064
2064
  };
2065
2065
 
2066
2066
 
@@ -2070,8 +2070,6 @@ export interface __MarshalByValueComponent$views {
2070
2070
  As_IDisposable(): System_Internal.IDisposable$instance;
2071
2071
  }
2072
2072
 
2073
- export interface MarshalByValueComponent$instance extends System_Internal.IServiceProvider$instance {}
2074
-
2075
2073
  export type MarshalByValueComponent = MarshalByValueComponent$instance & __MarshalByValueComponent$views;
2076
2074
 
2077
2075
 
@@ -2147,13 +2145,13 @@ export interface MaskedTextProvider$instance {
2147
2145
 
2148
2146
 
2149
2147
  export const MaskedTextProvider: {
2150
- new(mask: string): MaskedTextProvider$instance;
2151
- new(mask: string, restrictToAscii: boolean): MaskedTextProvider$instance;
2152
- new(mask: string, culture: CultureInfo): MaskedTextProvider$instance;
2153
- new(mask: string, culture: CultureInfo, restrictToAscii: boolean): MaskedTextProvider$instance;
2154
- new(mask: string, passwordChar: char, allowPromptAsInput: boolean): MaskedTextProvider$instance;
2155
- new(mask: string, culture: CultureInfo, passwordChar: char, allowPromptAsInput: boolean): MaskedTextProvider$instance;
2156
- new(mask: string, culture: CultureInfo, allowPromptAsInput: boolean, promptChar: char, passwordChar: char, restrictToAscii: boolean): MaskedTextProvider$instance;
2148
+ new(mask: string): MaskedTextProvider;
2149
+ new(mask: string, restrictToAscii: boolean): MaskedTextProvider;
2150
+ new(mask: string, culture: CultureInfo | undefined): MaskedTextProvider;
2151
+ new(mask: string, culture: CultureInfo | undefined, restrictToAscii: boolean): MaskedTextProvider;
2152
+ new(mask: string, passwordChar: char, allowPromptAsInput: boolean): MaskedTextProvider;
2153
+ new(mask: string, culture: CultureInfo | undefined, passwordChar: char, allowPromptAsInput: boolean): MaskedTextProvider;
2154
+ new(mask: string, culture: CultureInfo | undefined, allowPromptAsInput: boolean, promptChar: char, passwordChar: char, restrictToAscii: boolean): MaskedTextProvider;
2157
2155
  readonly defaultPasswordChar: char;
2158
2156
  readonly invalidIndex: int;
2159
2157
  getOperationResultFromHint(hint: MaskedTextResultHint): boolean;
@@ -2200,7 +2198,7 @@ export interface MergablePropertyAttribute$instance extends Attribute {
2200
2198
 
2201
2199
 
2202
2200
  export const MergablePropertyAttribute: {
2203
- new(allowMerge: boolean): MergablePropertyAttribute$instance;
2201
+ new(allowMerge: boolean): MergablePropertyAttribute;
2204
2202
  readonly yes: MergablePropertyAttribute;
2205
2203
  readonly no: MergablePropertyAttribute;
2206
2204
  readonly default_: MergablePropertyAttribute;
@@ -2210,18 +2208,18 @@ export const MergablePropertyAttribute: {
2210
2208
  export type MergablePropertyAttribute = MergablePropertyAttribute$instance;
2211
2209
 
2212
2210
  export interface MultilineStringConverter$instance extends TypeConverter {
2213
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
2214
- convertTo(value: unknown, destinationType: Type): unknown;
2215
- getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
2216
- getProperties(value: unknown): PropertyDescriptorCollection;
2217
- getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
2218
- getPropertiesSupported(context: ITypeDescriptorContext): boolean;
2211
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
2212
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
2213
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown, attributes: Attribute[] | undefined): PropertyDescriptorCollection | undefined;
2214
+ getProperties(value: unknown | undefined): PropertyDescriptorCollection | undefined;
2215
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown): PropertyDescriptorCollection | undefined;
2216
+ getPropertiesSupported(context: ITypeDescriptorContext | undefined): boolean;
2219
2217
  getPropertiesSupported(): boolean;
2220
2218
  }
2221
2219
 
2222
2220
 
2223
2221
  export const MultilineStringConverter: {
2224
- new(): MultilineStringConverter$instance;
2222
+ new(): MultilineStringConverter;
2225
2223
  };
2226
2224
 
2227
2225
 
@@ -2236,7 +2234,7 @@ export interface NestedContainer$instance extends Container$instance {
2236
2234
 
2237
2235
 
2238
2236
  export const NestedContainer: {
2239
- new(owner: IComponent): NestedContainer$instance;
2237
+ new(owner: IComponent): NestedContainer;
2240
2238
  };
2241
2239
 
2242
2240
 
@@ -2258,7 +2256,7 @@ export interface NotifyParentPropertyAttribute$instance extends Attribute {
2258
2256
 
2259
2257
 
2260
2258
  export const NotifyParentPropertyAttribute: {
2261
- new(notifyParent: boolean): NotifyParentPropertyAttribute$instance;
2259
+ new(notifyParent: boolean): NotifyParentPropertyAttribute;
2262
2260
  readonly yes: NotifyParentPropertyAttribute;
2263
2261
  readonly no: NotifyParentPropertyAttribute;
2264
2262
  readonly default_: NotifyParentPropertyAttribute;
@@ -2271,36 +2269,36 @@ export interface NullableConverter$instance extends TypeConverter {
2271
2269
  readonly nullableType: Type;
2272
2270
  readonly underlyingType: Type;
2273
2271
  readonly underlyingTypeConverter: TypeConverter;
2274
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
2275
- canConvertFrom(sourceType: Type): boolean;
2276
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
2277
- canConvertTo(destinationType: Type): boolean;
2278
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
2279
- convertFrom(value: unknown): unknown;
2280
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
2281
- convertTo(value: unknown, destinationType: Type): unknown;
2282
- createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown;
2283
- createInstance(propertyValues: IDictionary): unknown;
2284
- getCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
2272
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
2273
+ canConvertFrom(sourceType: Type | undefined): boolean;
2274
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
2275
+ canConvertTo(destinationType: Type | undefined): boolean;
2276
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined): unknown | undefined;
2277
+ convertFrom(value: unknown | undefined): unknown | undefined;
2278
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
2279
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
2280
+ createInstance(context: ITypeDescriptorContext | undefined, propertyValues: IDictionary): unknown | undefined;
2281
+ createInstance(propertyValues: IDictionary | undefined): unknown | undefined;
2282
+ getCreateInstanceSupported(context: ITypeDescriptorContext | undefined): boolean;
2285
2283
  getCreateInstanceSupported(): boolean;
2286
- getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
2287
- getProperties(value: unknown): PropertyDescriptorCollection;
2288
- getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
2289
- getPropertiesSupported(context: ITypeDescriptorContext): boolean;
2284
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown, attributes: Attribute[] | undefined): PropertyDescriptorCollection | undefined;
2285
+ getProperties(value: unknown | undefined): PropertyDescriptorCollection | undefined;
2286
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown): PropertyDescriptorCollection | undefined;
2287
+ getPropertiesSupported(context: ITypeDescriptorContext | undefined): boolean;
2290
2288
  getPropertiesSupported(): boolean;
2291
- getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
2292
- getStandardValues(): ICollection;
2293
- getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
2289
+ getStandardValues(context: ITypeDescriptorContext | undefined): TypeConverter_StandardValuesCollection | undefined;
2290
+ getStandardValues(): ICollection | undefined;
2291
+ getStandardValuesExclusive(context: ITypeDescriptorContext | undefined): boolean;
2294
2292
  getStandardValuesExclusive(): boolean;
2295
- getStandardValuesSupported(context: ITypeDescriptorContext): boolean;
2293
+ getStandardValuesSupported(context: ITypeDescriptorContext | undefined): boolean;
2296
2294
  getStandardValuesSupported(): boolean;
2297
- isValid(context: ITypeDescriptorContext, value: unknown): boolean;
2298
- isValid(value: unknown): boolean;
2295
+ isValid(context: ITypeDescriptorContext | undefined, value: unknown | undefined): boolean;
2296
+ isValid(value: unknown | undefined): boolean;
2299
2297
  }
2300
2298
 
2301
2299
 
2302
2300
  export const NullableConverter: {
2303
- new(type_: Type): NullableConverter$instance;
2301
+ new(type_: Type | undefined): NullableConverter;
2304
2302
  };
2305
2303
 
2306
2304
 
@@ -2315,8 +2313,8 @@ export interface ParenthesizePropertyNameAttribute$instance extends Attribute {
2315
2313
 
2316
2314
 
2317
2315
  export const ParenthesizePropertyNameAttribute: {
2318
- new(): ParenthesizePropertyNameAttribute$instance;
2319
- new(needParenthesis: boolean): ParenthesizePropertyNameAttribute$instance;
2316
+ new(): ParenthesizePropertyNameAttribute;
2317
+ new(needParenthesis: boolean): ParenthesizePropertyNameAttribute;
2320
2318
  readonly default_: ParenthesizePropertyNameAttribute;
2321
2319
  };
2322
2320
 
@@ -2332,8 +2330,8 @@ export interface PasswordPropertyTextAttribute$instance extends Attribute {
2332
2330
 
2333
2331
 
2334
2332
  export const PasswordPropertyTextAttribute: {
2335
- new(): PasswordPropertyTextAttribute$instance;
2336
- new(password: boolean): PasswordPropertyTextAttribute$instance;
2333
+ new(): PasswordPropertyTextAttribute;
2334
+ new(password: boolean): PasswordPropertyTextAttribute;
2337
2335
  readonly yes: PasswordPropertyTextAttribute;
2338
2336
  readonly no: PasswordPropertyTextAttribute;
2339
2337
  readonly default_: PasswordPropertyTextAttribute;
@@ -2344,12 +2342,12 @@ export type PasswordPropertyTextAttribute = PasswordPropertyTextAttribute$instan
2344
2342
 
2345
2343
  export interface ProgressChangedEventArgs$instance extends EventArgs {
2346
2344
  readonly progressPercentage: int;
2347
- readonly userState: unknown;
2345
+ readonly userState: unknown | undefined;
2348
2346
  }
2349
2347
 
2350
2348
 
2351
2349
  export const ProgressChangedEventArgs: {
2352
- new(progressPercentage: int, userState: unknown): ProgressChangedEventArgs$instance;
2350
+ new(progressPercentage: int, userState: unknown | undefined): ProgressChangedEventArgs;
2353
2351
  };
2354
2352
 
2355
2353
 
@@ -2361,7 +2359,7 @@ export interface PropertyChangedEventArgs$instance extends EventArgs {
2361
2359
 
2362
2360
 
2363
2361
  export const PropertyChangedEventArgs: {
2364
- new(propertyName: string): PropertyChangedEventArgs$instance;
2362
+ new(propertyName: string | undefined): PropertyChangedEventArgs;
2365
2363
  };
2366
2364
 
2367
2365
 
@@ -2373,7 +2371,7 @@ export interface PropertyChangingEventArgs$instance extends EventArgs {
2373
2371
 
2374
2372
 
2375
2373
  export const PropertyChangingEventArgs: {
2376
- new(propertyName: string): PropertyChangingEventArgs$instance;
2374
+ new(propertyName: string | undefined): PropertyChangingEventArgs;
2377
2375
  };
2378
2376
 
2379
2377
 
@@ -2394,8 +2392,8 @@ export interface PropertyDescriptor$instance extends MemberDescriptor {
2394
2392
  getChildProperties(): PropertyDescriptorCollection;
2395
2393
  getChildProperties(filter: Attribute[]): PropertyDescriptorCollection;
2396
2394
  getChildProperties(instance: unknown): PropertyDescriptorCollection;
2397
- getChildProperties(instance: unknown, filter: Attribute[]): PropertyDescriptorCollection;
2398
- getEditor(editorBaseType: Type): unknown;
2395
+ getChildProperties(instance: unknown | undefined, filter: Attribute[] | undefined): PropertyDescriptorCollection;
2396
+ getEditor(editorBaseType: Type): unknown | undefined;
2399
2397
  getHashCode(): int;
2400
2398
  getValue(component: unknown): unknown;
2401
2399
  removeValueChanged(component: unknown, handler: EventHandler): void;
@@ -2417,7 +2415,7 @@ export interface PropertyDescriptorCollection$instance {
2417
2415
  clear(): void;
2418
2416
  contains(value: PropertyDescriptor): boolean;
2419
2417
  copyTo(array: ClrArray, index: int): void;
2420
- find(name: string, ignoreCase: boolean): PropertyDescriptor;
2418
+ find(name: string, ignoreCase: boolean): PropertyDescriptor | undefined;
2421
2419
  get_Item(index: int): PropertyDescriptor;
2422
2420
  get_Item(name: string): PropertyDescriptor;
2423
2421
  getEnumerator(): IEnumerator;
@@ -2426,15 +2424,15 @@ export interface PropertyDescriptorCollection$instance {
2426
2424
  remove(value: PropertyDescriptor): void;
2427
2425
  removeAt(index: int): void;
2428
2426
  sort(): PropertyDescriptorCollection;
2429
- sort(names: string[]): PropertyDescriptorCollection;
2430
- sort(names: string[], comparer: IComparer): PropertyDescriptorCollection;
2431
- sort(comparer: IComparer): PropertyDescriptorCollection;
2427
+ sort(names: string[] | undefined): PropertyDescriptorCollection;
2428
+ sort(names: string[] | undefined, comparer: IComparer | undefined): PropertyDescriptorCollection;
2429
+ sort(comparer: IComparer | undefined): PropertyDescriptorCollection;
2432
2430
  }
2433
2431
 
2434
2432
 
2435
2433
  export const PropertyDescriptorCollection: {
2436
- new(properties: PropertyDescriptor[]): PropertyDescriptorCollection$instance;
2437
- new(properties: PropertyDescriptor[], readOnly: boolean): PropertyDescriptorCollection$instance;
2434
+ new(properties: PropertyDescriptor[] | undefined): PropertyDescriptorCollection;
2435
+ new(properties: PropertyDescriptor[] | undefined, readOnly: boolean): PropertyDescriptorCollection;
2438
2436
  readonly empty: PropertyDescriptorCollection;
2439
2437
  };
2440
2438
 
@@ -2459,11 +2457,11 @@ export interface PropertyTabAttribute$instance extends Attribute {
2459
2457
 
2460
2458
 
2461
2459
  export const PropertyTabAttribute: {
2462
- new(): PropertyTabAttribute$instance;
2463
- new(tabClass: Type): PropertyTabAttribute$instance;
2464
- new(tabClassName: string): PropertyTabAttribute$instance;
2465
- new(tabClass: Type, tabScope: PropertyTabScope): PropertyTabAttribute$instance;
2466
- new(tabClassName: string, tabScope: PropertyTabScope): PropertyTabAttribute$instance;
2460
+ new(): PropertyTabAttribute;
2461
+ new(tabClass: Type): PropertyTabAttribute;
2462
+ new(tabClassName: string): PropertyTabAttribute;
2463
+ new(tabClass: Type, tabScope: PropertyTabScope): PropertyTabAttribute;
2464
+ new(tabClassName: string, tabScope: PropertyTabScope): PropertyTabAttribute;
2467
2465
  };
2468
2466
 
2469
2467
 
@@ -2479,8 +2477,8 @@ export interface ProvidePropertyAttribute$instance extends Attribute {
2479
2477
 
2480
2478
 
2481
2479
  export const ProvidePropertyAttribute: {
2482
- new(propertyName: string, receiverType: Type): ProvidePropertyAttribute$instance;
2483
- new(propertyName: string, receiverTypeName: string): ProvidePropertyAttribute$instance;
2480
+ new(propertyName: string, receiverType: Type): ProvidePropertyAttribute;
2481
+ new(propertyName: string, receiverTypeName: string): ProvidePropertyAttribute;
2484
2482
  };
2485
2483
 
2486
2484
 
@@ -2495,7 +2493,7 @@ export interface ReadOnlyAttribute$instance extends Attribute {
2495
2493
 
2496
2494
 
2497
2495
  export const ReadOnlyAttribute: {
2498
- new(isReadOnly: boolean): ReadOnlyAttribute$instance;
2496
+ new(isReadOnly: boolean): ReadOnlyAttribute;
2499
2497
  readonly yes: ReadOnlyAttribute;
2500
2498
  readonly no: ReadOnlyAttribute;
2501
2499
  readonly default_: ReadOnlyAttribute;
@@ -2513,7 +2511,7 @@ export interface RecommendedAsConfigurableAttribute$instance extends Attribute {
2513
2511
 
2514
2512
 
2515
2513
  export const RecommendedAsConfigurableAttribute: {
2516
- new(recommendedAsConfigurable: boolean): RecommendedAsConfigurableAttribute$instance;
2514
+ new(recommendedAsConfigurable: boolean): RecommendedAsConfigurableAttribute;
2517
2515
  readonly no: RecommendedAsConfigurableAttribute;
2518
2516
  readonly yes: RecommendedAsConfigurableAttribute;
2519
2517
  readonly default_: RecommendedAsConfigurableAttribute;
@@ -2523,14 +2521,14 @@ export const RecommendedAsConfigurableAttribute: {
2523
2521
  export type RecommendedAsConfigurableAttribute = RecommendedAsConfigurableAttribute$instance;
2524
2522
 
2525
2523
  export interface ReferenceConverter$instance extends TypeConverter {
2526
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
2527
- canConvertFrom(sourceType: Type): boolean;
2524
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type): boolean;
2525
+ canConvertFrom(sourceType: Type | undefined): boolean;
2528
2526
  convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
2529
- convertFrom(value: unknown): unknown;
2527
+ convertFrom(value: unknown | undefined): unknown | undefined;
2530
2528
  convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
2531
- convertTo(value: unknown, destinationType: Type): unknown;
2532
- getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
2533
- getStandardValues(): ICollection;
2529
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
2530
+ getStandardValues(context: ITypeDescriptorContext | undefined): TypeConverter_StandardValuesCollection;
2531
+ getStandardValues(): ICollection | undefined;
2534
2532
  getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
2535
2533
  getStandardValuesExclusive(): boolean;
2536
2534
  getStandardValuesSupported(context: ITypeDescriptorContext): boolean;
@@ -2539,21 +2537,21 @@ export interface ReferenceConverter$instance extends TypeConverter {
2539
2537
 
2540
2538
 
2541
2539
  export const ReferenceConverter: {
2542
- new(type_: Type): ReferenceConverter$instance;
2540
+ new(type_: Type): ReferenceConverter;
2543
2541
  };
2544
2542
 
2545
2543
 
2546
2544
  export type ReferenceConverter = ReferenceConverter$instance;
2547
2545
 
2548
2546
  export interface RefreshEventArgs$instance extends EventArgs {
2549
- readonly componentChanged: unknown;
2550
- readonly typeChanged: Type;
2547
+ readonly componentChanged: unknown | undefined;
2548
+ readonly typeChanged: Type | undefined;
2551
2549
  }
2552
2550
 
2553
2551
 
2554
2552
  export const RefreshEventArgs: {
2555
- new(componentChanged: unknown): RefreshEventArgs$instance;
2556
- new(typeChanged: Type): RefreshEventArgs$instance;
2553
+ new(componentChanged: unknown | undefined): RefreshEventArgs;
2554
+ new(typeChanged: Type | undefined): RefreshEventArgs;
2557
2555
  };
2558
2556
 
2559
2557
 
@@ -2568,7 +2566,7 @@ export interface RefreshPropertiesAttribute$instance extends Attribute {
2568
2566
 
2569
2567
 
2570
2568
  export const RefreshPropertiesAttribute: {
2571
- new(refresh: RefreshProperties): RefreshPropertiesAttribute$instance;
2569
+ new(refresh: RefreshProperties): RefreshPropertiesAttribute;
2572
2570
  readonly all: RefreshPropertiesAttribute;
2573
2571
  readonly repaint: RefreshPropertiesAttribute;
2574
2572
  readonly default_: RefreshPropertiesAttribute;
@@ -2586,7 +2584,7 @@ export interface RunInstallerAttribute$instance extends Attribute {
2586
2584
 
2587
2585
 
2588
2586
  export const RunInstallerAttribute: {
2589
- new(runInstaller: boolean): RunInstallerAttribute$instance;
2587
+ new(runInstaller: boolean): RunInstallerAttribute;
2590
2588
  readonly yes: RunInstallerAttribute;
2591
2589
  readonly no: RunInstallerAttribute;
2592
2590
  readonly default_: RunInstallerAttribute;
@@ -2597,12 +2595,12 @@ export type RunInstallerAttribute = RunInstallerAttribute$instance;
2597
2595
 
2598
2596
  export interface RunWorkerCompletedEventArgs$instance extends AsyncCompletedEventArgs {
2599
2597
  readonly result: unknown;
2600
- readonly userState: unknown;
2598
+ readonly userState: unknown | undefined;
2601
2599
  }
2602
2600
 
2603
2601
 
2604
2602
  export const RunWorkerCompletedEventArgs: {
2605
- new(result: unknown, error: Exception, cancelled: boolean): RunWorkerCompletedEventArgs$instance;
2603
+ new(result: unknown | undefined, error: Exception | undefined, cancelled: boolean): RunWorkerCompletedEventArgs;
2606
2604
  };
2607
2605
 
2608
2606
 
@@ -2613,7 +2611,7 @@ export interface SByteConverter$instance extends BaseNumberConverter {
2613
2611
 
2614
2612
 
2615
2613
  export const SByteConverter: {
2616
- new(): SByteConverter$instance;
2614
+ new(): SByteConverter;
2617
2615
  };
2618
2616
 
2619
2617
 
@@ -2627,7 +2625,7 @@ export interface SettingsBindableAttribute$instance extends Attribute {
2627
2625
 
2628
2626
 
2629
2627
  export const SettingsBindableAttribute: {
2630
- new(bindable: boolean): SettingsBindableAttribute$instance;
2628
+ new(bindable: boolean): SettingsBindableAttribute;
2631
2629
  readonly yes: SettingsBindableAttribute;
2632
2630
  readonly no: SettingsBindableAttribute;
2633
2631
  };
@@ -2640,67 +2638,67 @@ export interface SingleConverter$instance extends BaseNumberConverter {
2640
2638
 
2641
2639
 
2642
2640
  export const SingleConverter: {
2643
- new(): SingleConverter$instance;
2641
+ new(): SingleConverter;
2644
2642
  };
2645
2643
 
2646
2644
 
2647
2645
  export type SingleConverter = SingleConverter$instance;
2648
2646
 
2649
2647
  export interface StringConverter$instance extends TypeConverter {
2650
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
2651
- canConvertFrom(sourceType: Type): boolean;
2652
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
2653
- convertFrom(value: unknown): unknown;
2648
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type): boolean;
2649
+ canConvertFrom(sourceType: Type | undefined): boolean;
2650
+ convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
2651
+ convertFrom(value: unknown | undefined): unknown | undefined;
2654
2652
  }
2655
2653
 
2656
2654
 
2657
2655
  export const StringConverter: {
2658
- new(): StringConverter$instance;
2656
+ new(): StringConverter;
2659
2657
  };
2660
2658
 
2661
2659
 
2662
2660
  export type StringConverter = StringConverter$instance;
2663
2661
 
2664
2662
  export interface TimeOnlyConverter$instance extends TypeConverter {
2665
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
2666
- canConvertFrom(sourceType: Type): boolean;
2667
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
2668
- canConvertTo(destinationType: Type): boolean;
2669
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
2670
- convertFrom(value: unknown): unknown;
2671
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
2672
- convertTo(value: unknown, destinationType: Type): unknown;
2663
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
2664
+ canConvertFrom(sourceType: Type | undefined): boolean;
2665
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
2666
+ canConvertTo(destinationType: Type | undefined): boolean;
2667
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
2668
+ convertFrom(value: unknown | undefined): unknown | undefined;
2669
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
2670
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
2673
2671
  }
2674
2672
 
2675
2673
 
2676
2674
  export const TimeOnlyConverter: {
2677
- new(): TimeOnlyConverter$instance;
2675
+ new(): TimeOnlyConverter;
2678
2676
  };
2679
2677
 
2680
2678
 
2681
2679
  export type TimeOnlyConverter = TimeOnlyConverter$instance;
2682
2680
 
2683
2681
  export interface TimeSpanConverter$instance extends TypeConverter {
2684
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
2685
- canConvertFrom(sourceType: Type): boolean;
2686
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
2687
- canConvertTo(destinationType: Type): boolean;
2688
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
2689
- convertFrom(value: unknown): unknown;
2690
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
2691
- convertTo(value: unknown, destinationType: Type): unknown;
2682
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
2683
+ canConvertFrom(sourceType: Type | undefined): boolean;
2684
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
2685
+ canConvertTo(destinationType: Type | undefined): boolean;
2686
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
2687
+ convertFrom(value: unknown | undefined): unknown | undefined;
2688
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
2689
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
2692
2690
  }
2693
2691
 
2694
2692
 
2695
2693
  export const TimeSpanConverter: {
2696
- new(): TimeSpanConverter$instance;
2694
+ new(): TimeSpanConverter;
2697
2695
  };
2698
2696
 
2699
2697
 
2700
2698
  export type TimeSpanConverter = TimeSpanConverter$instance;
2701
2699
 
2702
2700
  export interface ToolboxItemAttribute$instance extends Attribute {
2703
- readonly toolboxItemType: Type;
2701
+ readonly toolboxItemType: Type | undefined;
2704
2702
  readonly toolboxItemTypeName: string;
2705
2703
  equals(obj: unknown): boolean;
2706
2704
  getHashCode(): int;
@@ -2709,9 +2707,9 @@ export interface ToolboxItemAttribute$instance extends Attribute {
2709
2707
 
2710
2708
 
2711
2709
  export const ToolboxItemAttribute: {
2712
- new(defaultType: boolean): ToolboxItemAttribute$instance;
2713
- new(toolboxItemTypeName: string): ToolboxItemAttribute$instance;
2714
- new(toolboxItemType: Type): ToolboxItemAttribute$instance;
2710
+ new(defaultType: boolean): ToolboxItemAttribute;
2711
+ new(toolboxItemTypeName: string): ToolboxItemAttribute;
2712
+ new(toolboxItemType: Type): ToolboxItemAttribute;
2715
2713
  readonly default_: ToolboxItemAttribute;
2716
2714
  readonly none: ToolboxItemAttribute;
2717
2715
  };
@@ -2731,54 +2729,54 @@ export interface ToolboxItemFilterAttribute$instance extends Attribute {
2731
2729
 
2732
2730
 
2733
2731
  export const ToolboxItemFilterAttribute: {
2734
- new(filterString: string): ToolboxItemFilterAttribute$instance;
2735
- new(filterString: string, filterType: ToolboxItemFilterType): ToolboxItemFilterAttribute$instance;
2732
+ new(filterString: string): ToolboxItemFilterAttribute;
2733
+ new(filterString: string, filterType: ToolboxItemFilterType): ToolboxItemFilterAttribute;
2736
2734
  };
2737
2735
 
2738
2736
 
2739
2737
  export type ToolboxItemFilterAttribute = ToolboxItemFilterAttribute$instance;
2740
2738
 
2741
2739
  export interface TypeConverter$instance {
2742
- canConvertFrom(sourceType: Type): boolean;
2743
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
2744
- canConvertTo(destinationType: Type): boolean;
2745
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
2746
- convertFrom(value: unknown): unknown;
2747
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
2748
- convertFromInvariantString(text: string): unknown;
2749
- convertFromInvariantString(context: ITypeDescriptorContext, text: string): unknown;
2750
- convertFromString(text: string): unknown;
2751
- convertFromString(context: ITypeDescriptorContext, text: string): unknown;
2752
- convertFromString(context: ITypeDescriptorContext, culture: CultureInfo, text: string): unknown;
2753
- convertTo(value: unknown, destinationType: Type): unknown;
2754
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
2755
- convertToInvariantString(value: unknown): string;
2756
- convertToInvariantString(context: ITypeDescriptorContext, value: unknown): string;
2757
- convertToString(value: unknown): string;
2758
- convertToString(context: ITypeDescriptorContext, value: unknown): string;
2759
- convertToString(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): string;
2760
- createInstance(propertyValues: IDictionary): unknown;
2761
- createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown;
2740
+ canConvertFrom(sourceType: Type | undefined): boolean;
2741
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
2742
+ canConvertTo(destinationType: Type | undefined): boolean;
2743
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
2744
+ convertFrom(value: unknown | undefined): unknown | undefined;
2745
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
2746
+ convertFromInvariantString(text: string | undefined): unknown | undefined;
2747
+ convertFromInvariantString(context: ITypeDescriptorContext | undefined, text: string): unknown | undefined;
2748
+ convertFromString(text: string | undefined): unknown | undefined;
2749
+ convertFromString(context: ITypeDescriptorContext | undefined, text: string): unknown | undefined;
2750
+ convertFromString(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, text: string): unknown | undefined;
2751
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
2752
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
2753
+ convertToInvariantString(value: unknown | undefined): string | undefined;
2754
+ convertToInvariantString(context: ITypeDescriptorContext | undefined, value: unknown | undefined): string | undefined;
2755
+ convertToString(value: unknown | undefined): string | undefined;
2756
+ convertToString(context: ITypeDescriptorContext | undefined, value: unknown | undefined): string | undefined;
2757
+ convertToString(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined): string | undefined;
2758
+ createInstance(propertyValues: IDictionary | undefined): unknown | undefined;
2759
+ createInstance(context: ITypeDescriptorContext | undefined, propertyValues: IDictionary): unknown | undefined;
2762
2760
  getCreateInstanceSupported(): boolean;
2763
- getCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
2764
- getProperties(value: unknown): PropertyDescriptorCollection;
2765
- getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
2766
- getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
2761
+ getCreateInstanceSupported(context: ITypeDescriptorContext | undefined): boolean;
2762
+ getProperties(value: unknown | undefined): PropertyDescriptorCollection | undefined;
2763
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown): PropertyDescriptorCollection | undefined;
2764
+ getProperties(context: ITypeDescriptorContext | undefined, value: unknown, attributes: Attribute[] | undefined): PropertyDescriptorCollection | undefined;
2767
2765
  getPropertiesSupported(): boolean;
2768
- getPropertiesSupported(context: ITypeDescriptorContext): boolean;
2769
- getStandardValues(): ICollection;
2770
- getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
2766
+ getPropertiesSupported(context: ITypeDescriptorContext | undefined): boolean;
2767
+ getStandardValues(): ICollection | undefined;
2768
+ getStandardValues(context: ITypeDescriptorContext | undefined): TypeConverter_StandardValuesCollection | undefined;
2771
2769
  getStandardValuesExclusive(): boolean;
2772
- getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
2770
+ getStandardValuesExclusive(context: ITypeDescriptorContext | undefined): boolean;
2773
2771
  getStandardValuesSupported(): boolean;
2774
- getStandardValuesSupported(context: ITypeDescriptorContext): boolean;
2775
- isValid(value: unknown): boolean;
2776
- isValid(context: ITypeDescriptorContext, value: unknown): boolean;
2772
+ getStandardValuesSupported(context: ITypeDescriptorContext | undefined): boolean;
2773
+ isValid(value: unknown | undefined): boolean;
2774
+ isValid(context: ITypeDescriptorContext | undefined, value: unknown | undefined): boolean;
2777
2775
  }
2778
2776
 
2779
2777
 
2780
2778
  export const TypeConverter: {
2781
- new(): TypeConverter$instance;
2779
+ new(): TypeConverter;
2782
2780
  };
2783
2781
 
2784
2782
 
@@ -2793,7 +2791,7 @@ export interface TypeConverter_StandardValuesCollection$instance {
2793
2791
 
2794
2792
 
2795
2793
  export const TypeConverter_StandardValuesCollection: {
2796
- new(values: ICollection): TypeConverter_StandardValuesCollection$instance;
2794
+ new(values: ICollection): TypeConverter_StandardValuesCollection;
2797
2795
  };
2798
2796
 
2799
2797
 
@@ -2813,9 +2811,9 @@ export interface TypeConverterAttribute$instance extends Attribute {
2813
2811
 
2814
2812
 
2815
2813
  export const TypeConverterAttribute: {
2816
- new(): TypeConverterAttribute$instance;
2817
- new(type_: Type): TypeConverterAttribute$instance;
2818
- new(typeName: string): TypeConverterAttribute$instance;
2814
+ new(): TypeConverterAttribute;
2815
+ new(type_: Type): TypeConverterAttribute;
2816
+ new(typeName: string): TypeConverterAttribute;
2819
2817
  readonly default_: TypeConverterAttribute;
2820
2818
  };
2821
2819
 
@@ -2824,20 +2822,20 @@ export type TypeConverterAttribute = TypeConverterAttribute$instance;
2824
2822
 
2825
2823
  export interface TypeDescriptionProvider$instance {
2826
2824
  readonly requireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
2827
- createInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args: unknown[]): unknown;
2828
- getCache(instance: unknown): IDictionary;
2825
+ createInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[] | undefined, args: unknown[]): unknown;
2826
+ getCache(instance: unknown): IDictionary | undefined;
2829
2827
  getExtendedTypeDescriptor(instance: unknown): ICustomTypeDescriptor;
2830
2828
  getExtendedTypeDescriptorFromRegisteredType(instance: unknown): ICustomTypeDescriptor;
2831
- getFullComponentName(component: unknown): string;
2829
+ getFullComponentName(component: unknown): string | undefined;
2832
2830
  getReflectionType(objectType: Type): Type;
2833
2831
  getReflectionType(instance: unknown): Type;
2834
- getReflectionType(objectType: Type, instance: unknown): Type;
2832
+ getReflectionType(objectType: Type, instance: unknown | undefined): Type;
2835
2833
  getRuntimeType(reflectionType: Type): Type;
2836
- getTypeDescriptor(objectType: Type): ICustomTypeDescriptor;
2837
- getTypeDescriptor(instance: unknown): ICustomTypeDescriptor;
2834
+ getTypeDescriptor(objectType: Type): ICustomTypeDescriptor | undefined;
2835
+ getTypeDescriptor(instance: unknown): ICustomTypeDescriptor | undefined;
2838
2836
  getTypeDescriptor(objectType: Type, instance: unknown): ICustomTypeDescriptor;
2839
- getTypeDescriptorFromRegisteredType(objectType: Type): ICustomTypeDescriptor;
2840
- getTypeDescriptorFromRegisteredType(instance: unknown): ICustomTypeDescriptor;
2837
+ getTypeDescriptorFromRegisteredType(objectType: Type): ICustomTypeDescriptor | undefined;
2838
+ getTypeDescriptorFromRegisteredType(instance: unknown): ICustomTypeDescriptor | undefined;
2841
2839
  getTypeDescriptorFromRegisteredType(objectType: Type, instance: unknown): ICustomTypeDescriptor;
2842
2840
  isRegisteredType(type_: Type): boolean;
2843
2841
  isSupportedType(type_: Type): boolean;
@@ -2857,8 +2855,8 @@ export interface TypeDescriptionProviderAttribute$instance extends Attribute {
2857
2855
 
2858
2856
 
2859
2857
  export const TypeDescriptionProviderAttribute: {
2860
- new(typeName: string): TypeDescriptionProviderAttribute$instance;
2861
- new(type_: Type): TypeDescriptionProviderAttribute$instance;
2858
+ new(typeName: string): TypeDescriptionProviderAttribute;
2859
+ new(type_: Type): TypeDescriptionProviderAttribute;
2862
2860
  };
2863
2861
 
2864
2862
 
@@ -2869,10 +2867,10 @@ export interface TypeDescriptor$instance {
2869
2867
 
2870
2868
 
2871
2869
  export const TypeDescriptor: {
2872
- new(): TypeDescriptor$instance;
2870
+ new(): TypeDescriptor;
2873
2871
  readonly interfaceType: Type;
2874
2872
  readonly comObjectType: Type;
2875
- comNativeDescriptorHandler: IComNativeDescriptorHandler;
2873
+ comNativeDescriptorHandler: IComNativeDescriptorHandler | undefined;
2876
2874
  addAttributes(instance: unknown, ...attributes: Attribute[]): TypeDescriptionProvider;
2877
2875
  addAttributes(type_: Type, ...attributes: Attribute[]): TypeDescriptionProvider;
2878
2876
  addEditorTable(editorBaseType: Type, table: Hashtable): void;
@@ -2881,48 +2879,48 @@ export const TypeDescriptor: {
2881
2879
  addProviderTransparent(provider: TypeDescriptionProvider, instance: unknown): void;
2882
2880
  addProviderTransparent(provider: TypeDescriptionProvider, type_: Type): void;
2883
2881
  createAssociation(primary: unknown, secondary: unknown): void;
2884
- createDesigner(component: IComponent, designerBaseType: Type): IDesigner;
2882
+ createDesigner(component: IComponent, designerBaseType: Type): IDesigner | undefined;
2885
2883
  createEvent(componentType: Type, oldEventDescriptor: EventDescriptor, ...attributes: Attribute[]): EventDescriptor;
2886
2884
  createEvent(componentType: Type, name: string, type_: Type, ...attributes: Attribute[]): EventDescriptor;
2887
- createInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args: unknown[]): unknown;
2885
+ createInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[] | undefined, args: unknown[]): unknown;
2888
2886
  createProperty(componentType: Type, oldPropertyDescriptor: PropertyDescriptor, ...attributes: Attribute[]): PropertyDescriptor;
2889
2887
  createProperty(componentType: Type, name: string, type_: Type, ...attributes: Attribute[]): PropertyDescriptor;
2890
2888
  getAssociation(type_: Type, primary: unknown): unknown;
2891
2889
  getAttributes(component: unknown, noCustomTypeDesc: boolean): AttributeCollection;
2892
2890
  getAttributes(component: unknown): AttributeCollection;
2893
2891
  getAttributes(componentType: Type): AttributeCollection;
2894
- getClassName(component: unknown, noCustomTypeDesc: boolean): string;
2895
- getClassName(component: unknown): string;
2896
- getClassName(componentType: Type): string;
2897
- getComponentName(component: unknown, noCustomTypeDesc: boolean): string;
2898
- getComponentName(component: unknown): string;
2892
+ getClassName(component: unknown, noCustomTypeDesc: boolean): string | undefined;
2893
+ getClassName(component: unknown): string | undefined;
2894
+ getClassName(componentType: Type): string | undefined;
2895
+ getComponentName(component: unknown, noCustomTypeDesc: boolean): string | undefined;
2896
+ getComponentName(component: unknown): string | undefined;
2899
2897
  getConverter(component: unknown, noCustomTypeDesc: boolean): TypeConverter;
2900
2898
  getConverter(component: unknown): TypeConverter;
2901
2899
  getConverter(type_: Type): TypeConverter;
2902
2900
  getConverterFromRegisteredType(component: unknown): TypeConverter;
2903
2901
  getConverterFromRegisteredType(type_: Type): TypeConverter;
2904
- getDefaultEvent(component: unknown, noCustomTypeDesc: boolean): EventDescriptor;
2905
- getDefaultEvent(component: unknown): EventDescriptor;
2906
- getDefaultEvent(componentType: Type): EventDescriptor;
2907
- getDefaultProperty(component: unknown, noCustomTypeDesc: boolean): PropertyDescriptor;
2908
- getDefaultProperty(component: unknown): PropertyDescriptor;
2909
- getDefaultProperty(componentType: Type): PropertyDescriptor;
2910
- getEditor(component: unknown, editorBaseType: Type, noCustomTypeDesc: boolean): unknown;
2911
- getEditor(component: unknown, editorBaseType: Type): unknown;
2912
- getEditor(type_: Type, editorBaseType: Type): unknown;
2913
- getEvents(component: unknown, attributes: Attribute[], noCustomTypeDesc: boolean): EventDescriptorCollection;
2902
+ getDefaultEvent(component: unknown, noCustomTypeDesc: boolean): EventDescriptor | undefined;
2903
+ getDefaultEvent(component: unknown): EventDescriptor | undefined;
2904
+ getDefaultEvent(componentType: Type): EventDescriptor | undefined;
2905
+ getDefaultProperty(component: unknown, noCustomTypeDesc: boolean): PropertyDescriptor | undefined;
2906
+ getDefaultProperty(component: unknown): PropertyDescriptor | undefined;
2907
+ getDefaultProperty(componentType: Type): PropertyDescriptor | undefined;
2908
+ getEditor(component: unknown, editorBaseType: Type, noCustomTypeDesc: boolean): unknown | undefined;
2909
+ getEditor(component: unknown, editorBaseType: Type): unknown | undefined;
2910
+ getEditor(type_: Type, editorBaseType: Type): unknown | undefined;
2911
+ getEvents(component: unknown, attributes: Attribute[] | undefined, noCustomTypeDesc: boolean): EventDescriptorCollection;
2914
2912
  getEvents(component: unknown, attributes: Attribute[]): EventDescriptorCollection;
2915
2913
  getEvents(component: unknown, noCustomTypeDesc: boolean): EventDescriptorCollection;
2916
2914
  getEvents(component: unknown): EventDescriptorCollection;
2917
2915
  getEvents(componentType: Type, attributes: Attribute[]): EventDescriptorCollection;
2918
2916
  getEvents(componentType: Type): EventDescriptorCollection;
2919
2917
  getEventsFromRegisteredType(componentType: Type): EventDescriptorCollection;
2920
- getFullComponentName(component: unknown): string;
2921
- getProperties(component: unknown, attributes: Attribute[], noCustomTypeDesc: boolean): PropertyDescriptorCollection;
2922
- getProperties(component: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
2918
+ getFullComponentName(component: unknown): string | undefined;
2919
+ getProperties(component: unknown, attributes: Attribute[] | undefined, noCustomTypeDesc: boolean): PropertyDescriptorCollection;
2920
+ getProperties(component: unknown, attributes: Attribute[] | undefined): PropertyDescriptorCollection;
2923
2921
  getProperties(component: unknown, noCustomTypeDesc: boolean): PropertyDescriptorCollection;
2924
2922
  getProperties(component: unknown): PropertyDescriptorCollection;
2925
- getProperties(componentType: Type, attributes: Attribute[]): PropertyDescriptorCollection;
2923
+ getProperties(componentType: Type, attributes: Attribute[] | undefined): PropertyDescriptorCollection;
2926
2924
  getProperties(componentType: Type): PropertyDescriptorCollection;
2927
2925
  getPropertiesFromRegisteredType(component: unknown): PropertyDescriptorCollection;
2928
2926
  getPropertiesFromRegisteredType(componentType: Type): PropertyDescriptorCollection;
@@ -2948,19 +2946,19 @@ export const TypeDescriptor: {
2948
2946
  export type TypeDescriptor = TypeDescriptor$instance;
2949
2947
 
2950
2948
  export interface TypeListConverter$instance extends TypeConverter {
2951
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
2952
- canConvertFrom(sourceType: Type): boolean;
2953
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
2954
- canConvertTo(destinationType: Type): boolean;
2955
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
2956
- convertFrom(value: unknown): unknown;
2957
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
2958
- convertTo(value: unknown, destinationType: Type): unknown;
2959
- getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
2960
- getStandardValues(): ICollection;
2961
- getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
2949
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
2950
+ canConvertFrom(sourceType: Type | undefined): boolean;
2951
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
2952
+ canConvertTo(destinationType: Type | undefined): boolean;
2953
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
2954
+ convertFrom(value: unknown | undefined): unknown | undefined;
2955
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
2956
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
2957
+ getStandardValues(context: ITypeDescriptorContext | undefined): TypeConverter_StandardValuesCollection | undefined;
2958
+ getStandardValues(): ICollection | undefined;
2959
+ getStandardValuesExclusive(context: ITypeDescriptorContext | undefined): boolean;
2962
2960
  getStandardValuesExclusive(): boolean;
2963
- getStandardValuesSupported(context: ITypeDescriptorContext): boolean;
2961
+ getStandardValuesSupported(context: ITypeDescriptorContext | undefined): boolean;
2964
2962
  getStandardValuesSupported(): boolean;
2965
2963
  }
2966
2964
 
@@ -2976,7 +2974,7 @@ export interface UInt128Converter$instance extends BaseNumberConverter {
2976
2974
 
2977
2975
 
2978
2976
  export const UInt128Converter: {
2979
- new(): UInt128Converter$instance;
2977
+ new(): UInt128Converter;
2980
2978
  };
2981
2979
 
2982
2980
 
@@ -2987,7 +2985,7 @@ export interface UInt16Converter$instance extends BaseNumberConverter {
2987
2985
 
2988
2986
 
2989
2987
  export const UInt16Converter: {
2990
- new(): UInt16Converter$instance;
2988
+ new(): UInt16Converter;
2991
2989
  };
2992
2990
 
2993
2991
 
@@ -2998,7 +2996,7 @@ export interface UInt32Converter$instance extends BaseNumberConverter {
2998
2996
 
2999
2997
 
3000
2998
  export const UInt32Converter: {
3001
- new(): UInt32Converter$instance;
2999
+ new(): UInt32Converter;
3002
3000
  };
3003
3001
 
3004
3002
 
@@ -3009,46 +3007,46 @@ export interface UInt64Converter$instance extends BaseNumberConverter {
3009
3007
 
3010
3008
 
3011
3009
  export const UInt64Converter: {
3012
- new(): UInt64Converter$instance;
3010
+ new(): UInt64Converter;
3013
3011
  };
3014
3012
 
3015
3013
 
3016
3014
  export type UInt64Converter = UInt64Converter$instance;
3017
3015
 
3018
3016
  export interface VersionConverter$instance extends TypeConverter {
3019
- canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
3020
- canConvertFrom(sourceType: Type): boolean;
3021
- canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
3022
- canConvertTo(destinationType: Type): boolean;
3023
- convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
3024
- convertFrom(value: unknown): unknown;
3025
- convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
3026
- convertTo(value: unknown, destinationType: Type): unknown;
3027
- isValid(context: ITypeDescriptorContext, value: unknown): boolean;
3028
- isValid(value: unknown): boolean;
3017
+ canConvertFrom(context: ITypeDescriptorContext | undefined, sourceType: Type | undefined): boolean;
3018
+ canConvertFrom(sourceType: Type | undefined): boolean;
3019
+ canConvertTo(context: ITypeDescriptorContext | undefined, destinationType: Type | undefined): boolean;
3020
+ canConvertTo(destinationType: Type | undefined): boolean;
3021
+ convertFrom(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown): unknown | undefined;
3022
+ convertFrom(value: unknown | undefined): unknown | undefined;
3023
+ convertTo(context: ITypeDescriptorContext | undefined, culture: CultureInfo | undefined, value: unknown | undefined, destinationType: Type): unknown | undefined;
3024
+ convertTo(value: unknown | undefined, destinationType: Type): unknown | undefined;
3025
+ isValid(context: ITypeDescriptorContext | undefined, value: unknown | undefined): boolean;
3026
+ isValid(value: unknown | undefined): boolean;
3029
3027
  }
3030
3028
 
3031
3029
 
3032
3030
  export const VersionConverter: {
3033
- new(): VersionConverter$instance;
3031
+ new(): VersionConverter;
3034
3032
  };
3035
3033
 
3036
3034
 
3037
3035
  export type VersionConverter = VersionConverter$instance;
3038
3036
 
3039
3037
  export interface WarningException$instance extends SystemException {
3040
- readonly helpTopic: string;
3041
- readonly helpUrl: string;
3042
- getObjectData(info: SerializationInfo, context: StreamingContext): void;
3038
+ readonly helpTopic: string | undefined;
3039
+ readonly helpUrl: string | undefined;
3040
+ getObjectData(info: SerializationInfo | undefined, context: StreamingContext): void;
3043
3041
  }
3044
3042
 
3045
3043
 
3046
3044
  export const WarningException: {
3047
- new(): WarningException$instance;
3048
- new(message: string): WarningException$instance;
3049
- new(message: string, helpUrl: string): WarningException$instance;
3050
- new(message: string, innerException: Exception): WarningException$instance;
3051
- new(message: string, helpUrl: string, helpTopic: string): WarningException$instance;
3045
+ new(): WarningException;
3046
+ new(message: string | undefined): WarningException;
3047
+ new(message: string | undefined, helpUrl: string | undefined): WarningException;
3048
+ new(message: string | undefined, innerException: Exception | undefined): WarningException;
3049
+ new(message: string | undefined, helpUrl: string | undefined, helpTopic: string | undefined): WarningException;
3052
3050
  };
3053
3051
 
3054
3052
 
@@ -3067,11 +3065,11 @@ export interface Win32Exception$instance extends ExternalException {
3067
3065
 
3068
3066
 
3069
3067
  export const Win32Exception: {
3070
- new(): Win32Exception$instance;
3071
- new(error: int): Win32Exception$instance;
3072
- new(error: int, message: string): Win32Exception$instance;
3073
- new(message: string): Win32Exception$instance;
3074
- new(message: string, innerException: Exception): Win32Exception$instance;
3068
+ new(): Win32Exception;
3069
+ new(error: int): Win32Exception;
3070
+ new(error: int, message: string): Win32Exception;
3071
+ new(message: string): Win32Exception;
3072
+ new(message: string, innerException: Exception): Win32Exception;
3075
3073
  };
3076
3074
 
3077
3075
 
@@ -3084,7 +3082,7 @@ export type Win32Exception = Win32Exception$instance & __Win32Exception$views;
3084
3082
 
3085
3083
  export abstract class AsyncOperationManager$instance {
3086
3084
  static synchronizationContext: SynchronizationContext;
3087
- static createOperation(userSuppliedState: unknown): AsyncOperation;
3085
+ static createOperation(userSuppliedState: unknown | undefined): AsyncOperation;
3088
3086
  }
3089
3087
 
3090
3088