@tsonic/dotnet 10.0.12 → 10.0.16

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 (133) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
  3. package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
  5. package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +45 -93
  9. package/System.CodeDom.Compiler/bindings.json +6 -126
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections/internal/index.d.ts +1 -0
  12. package/System.Collections.Concurrent/bindings.json +0 -40
  13. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  14. package/System.Collections.Generic/bindings.json +37 -777
  15. package/System.Collections.Generic/internal/index.d.ts +24 -33
  16. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  17. package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
  18. package/System.Collections.Specialized/bindings.json +0 -60
  19. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  20. package/System.ComponentModel/bindings.json +2 -422
  21. package/System.ComponentModel/internal/index.d.ts +1 -21
  22. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  24. package/System.ComponentModel.Design/bindings.json +0 -200
  25. package/System.ComponentModel.Design/internal/index.d.ts +7 -12
  26. package/System.Data/bindings.json +60 -1600
  27. package/System.Data/internal/index.d.ts +30 -100
  28. package/System.Data.Common/bindings.json +3 -103
  29. package/System.Data.Common/internal/index.d.ts +11 -6
  30. package/System.Data.SqlTypes/bindings.json +0 -100
  31. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  32. package/System.Diagnostics/bindings.json +2 -342
  33. package/System.Diagnostics/internal/index.d.ts +4 -18
  34. package/System.Diagnostics.Metrics/bindings.json +0 -60
  35. package/System.Diagnostics.Tracing/bindings.json +0 -100
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  37. package/System.Dynamic/bindings.json +48 -68
  38. package/System.Dynamic/internal/index.d.ts +0 -1
  39. package/System.Formats.Asn1/bindings.json +0 -20
  40. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  41. package/System.Globalization/bindings.json +0 -300
  42. package/System.Globalization/internal/index.d.ts +15 -30
  43. package/System.IO/bindings.json +216 -1456
  44. package/System.IO/internal/index.d.ts +14 -74
  45. package/System.IO.Compression/bindings.json +16 -436
  46. package/System.IO.Compression/internal/index.d.ts +1 -22
  47. package/System.IO.IsolatedStorage/bindings.json +10 -90
  48. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  49. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  50. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  51. package/System.IO.Pipes/bindings.json +7 -327
  52. package/System.IO.Pipes/internal/index.d.ts +5 -21
  53. package/System.Linq/bindings.json +0 -60
  54. package/System.Linq/internal/index.d.ts +1 -3
  55. package/System.Net/bindings.json +1 -241
  56. package/System.Net/internal/index.d.ts +15 -14
  57. package/System.Net.Http/bindings.json +15 -555
  58. package/System.Net.Http/internal/index.d.ts +11 -28
  59. package/System.Net.Http.Headers/bindings.json +0 -180
  60. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  61. package/System.Net.Http.Json/bindings.json +0 -40
  62. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  63. package/System.Net.Mail/bindings.json +1863 -3283
  64. package/System.Net.Mail/internal/index.d.ts +1 -63
  65. package/System.Net.NetworkInformation/bindings.json +1 -41
  66. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  67. package/System.Net.Quic/bindings.json +7 -107
  68. package/System.Net.Quic/internal/index.d.ts +4 -6
  69. package/System.Net.Security/bindings.json +15 -175
  70. package/System.Net.Security/internal/index.d.ts +0 -8
  71. package/System.Net.Sockets/bindings.json +4 -184
  72. package/System.Net.Sockets/internal/index.d.ts +2 -10
  73. package/System.Net.WebSockets/bindings.json +13 -173
  74. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  75. package/System.Reflection/bindings.json +613 -2253
  76. package/System.Reflection/internal/index.d.ts +19 -96
  77. package/System.Reflection.Emit/bindings.json +4539 -7379
  78. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  79. package/System.Reflection.Metadata/bindings.json +0 -20
  80. package/System.Reflection.Metadata/internal/index.d.ts +4 -2
  81. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  82. package/System.Resources/bindings.json +0 -40
  83. package/System.Resources/internal/index.d.ts +2 -4
  84. package/System.Runtime/bindings.json +0 -20
  85. package/System.Runtime/internal/index.d.ts +1 -2
  86. package/System.Runtime.InteropServices/bindings.json +0 -220
  87. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  88. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  89. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  90. package/System.Runtime.Serialization/bindings.json +0 -40
  91. package/System.Runtime.Serialization/internal/index.d.ts +3 -4
  92. package/System.Security/bindings.json +0 -20
  93. package/System.Security/internal/index.d.ts +1 -2
  94. package/System.Security.AccessControl/bindings.json +2 -362
  95. package/System.Security.AccessControl/internal/index.d.ts +1 -18
  96. package/System.Security.Authentication/bindings.json +0 -40
  97. package/System.Security.Authentication/internal/index.d.ts +2 -4
  98. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  99. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  100. package/System.Security.Cryptography/bindings.json +786 -6966
  101. package/System.Security.Cryptography/internal/index.d.ts +22 -242
  102. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  103. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
  104. package/System.Security.Principal/bindings.json +0 -20
  105. package/System.Security.Principal/internal/index.d.ts +2 -2
  106. package/System.Text/bindings.json +51 -475
  107. package/System.Text/internal/index.d.ts +6 -25
  108. package/System.Text.RegularExpressions/bindings.json +0 -20
  109. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  110. package/System.Threading/bindings.json +0 -400
  111. package/System.Threading/internal/index.d.ts +10 -30
  112. package/System.Threading.Channels/bindings.json +0 -20
  113. package/System.Threading.Channels/internal/index.d.ts +1 -2
  114. package/System.Threading.Tasks/bindings.json +60 -240
  115. package/System.Threading.Tasks/internal/index.d.ts +18 -8
  116. package/System.Timers/bindings.json +1 -1
  117. package/System.Transactions/bindings.json +0 -220
  118. package/System.Transactions/internal/index.d.ts +8 -19
  119. package/System.Xml/bindings.json +67 -1767
  120. package/System.Xml/internal/index.d.ts +39 -103
  121. package/System.Xml.Linq/bindings.json +0 -200
  122. package/System.Xml.Linq/internal/index.d.ts +10 -18
  123. package/System.Xml.Resolvers/bindings.json +0 -20
  124. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  125. package/System.Xml.Schema/bindings.json +0 -160
  126. package/System.Xml.Schema/internal/index.d.ts +6 -7
  127. package/System.Xml.Serialization/bindings.json +77 -717
  128. package/System.Xml.Serialization/internal/index.d.ts +21 -32
  129. package/System.Xml.Xsl/bindings.json +0 -60
  130. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  131. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  132. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  133. package/package.json +2 -2
@@ -81,24 +81,13 @@ export interface KeyedCollection_2$instance<TKey, TItem> extends Collection_1$in
81
81
  readonly __tsonic_iface_System_Collections_IList: never;
82
82
 
83
83
  readonly Comparer: IEqualityComparer_1<TKey>;
84
- Add(item: TItem): void;
85
- Add(value: unknown): int;
86
- Clear(): void;
87
84
  ClearItems(): void;
85
+ Contains(key: TKey): boolean;
88
86
  Contains(item: TItem): boolean;
89
- Contains(value: unknown): boolean;
90
- CopyTo(array: TItem[], index: int): void;
91
- CopyTo(array: ClrArray, index: int): void;
92
- GetEnumerator(): IEnumerator_1<TItem>;
93
- GetEnumerator(): IEnumerator;
94
87
  GetKeyForItem(item: TItem): TKey;
95
- IndexOf(item: TItem): int;
96
- Insert(index: int, item: TItem): void;
97
- Insert(index: int, value: unknown): void;
98
88
  InsertItem(index: int, item: TItem): void;
89
+ Remove(key: TKey): boolean;
99
90
  Remove(item: TItem): boolean;
100
- Remove(value: unknown): void;
101
- RemoveAt(index: int): void;
102
91
  RemoveItem(index: int): void;
103
92
  SetItem(index: int, item: TItem): void;
104
93
  TryGetValue(key: TKey, item: TItem): boolean;
@@ -136,27 +125,12 @@ export interface ObservableCollection_1$instance<T> extends Collection_1$instanc
136
125
  readonly __tsonic_iface_System_Collections_Specialized_INotifyCollectionChanged: never;
137
126
  readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanged: never;
138
127
 
139
- Add(item: T): void;
140
- Add(value: unknown): int;
141
- Clear(): void;
142
128
  ClearItems(): void;
143
- Contains(item: T): boolean;
144
- Contains(value: unknown): boolean;
145
- CopyTo(array: T[], index: int): void;
146
- CopyTo(array: ClrArray, index: int): void;
147
- GetEnumerator(): IEnumerator_1<T>;
148
- GetEnumerator(): IEnumerator;
149
- IndexOf(item: T): int;
150
- Insert(index: int, item: T): void;
151
- Insert(index: int, value: unknown): void;
152
129
  InsertItem(index: int, item: T): void;
153
130
  Move(oldIndex: int, newIndex: int): void;
154
131
  MoveItem(oldIndex: int, newIndex: int): void;
155
132
  OnCollectionChanged(e: NotifyCollectionChangedEventArgs): void;
156
133
  OnPropertyChanged(e: PropertyChangedEventArgs): void;
157
- Remove(item: T): boolean;
158
- Remove(value: unknown): void;
159
- RemoveAt(index: int): void;
160
134
  RemoveItem(index: int): void;
161
135
  SetItem(index: int, item: T): void;
162
136
  }
@@ -338,23 +312,8 @@ export interface ReadOnlyObservableCollection_1$instance<T> extends ReadOnlyColl
338
312
  readonly __tsonic_iface_System_Collections_Specialized_INotifyCollectionChanged: never;
339
313
  readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanged: never;
340
314
 
341
- Add(item: T): void;
342
- Add(value: unknown): int;
343
- Clear(): void;
344
- Contains(value: T): boolean;
345
- Contains(value: unknown): boolean;
346
- CopyTo(array: T[], index: int): void;
347
- CopyTo(array: ClrArray, index: int): void;
348
- GetEnumerator(): IEnumerator_1<T>;
349
- GetEnumerator(): IEnumerator;
350
- IndexOf(value: T): int;
351
- Insert(index: int, item: T): void;
352
- Insert(index: int, value: unknown): void;
353
315
  OnCollectionChanged(args: NotifyCollectionChangedEventArgs): void;
354
316
  OnPropertyChanged(args: PropertyChangedEventArgs): void;
355
- Remove(item: T): boolean;
356
- Remove(value: unknown): void;
357
- RemoveAt(index: int): void;
358
317
  }
359
318
 
360
319
 
@@ -3897,66 +3897,6 @@
3897
3897
  "isExtensionMethod": false,
3898
3898
  "sourceInterface": "System.Collections.ICollection"
3899
3899
  },
3900
- {
3901
- "stableId": "System.Collections.Specialized:System.Collections.Specialized.NameValueCollection::GetEnumerator():System.Collections.IEnumerator",
3902
- "clrName": "GetEnumerator",
3903
- "metadataToken": 0,
3904
- "canonicalSignature": "():System.Collections.IEnumerator",
3905
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3906
- "emitScope": "ClassSurface",
3907
- "provenance": "BaseOverload",
3908
- "arity": 0,
3909
- "parameterCount": 0,
3910
- "isStatic": false,
3911
- "isAbstract": false,
3912
- "isVirtual": true,
3913
- "isOverride": false,
3914
- "isSealed": false,
3915
- "visibility": "Public",
3916
- "declaringClrType": "System.Collections.Specialized.NameValueCollection",
3917
- "declaringAssemblyName": "System.Collections.Specialized",
3918
- "isExtensionMethod": false
3919
- },
3920
- {
3921
- "stableId": "System.Collections.Specialized:System.Collections.Specialized.NameValueCollection::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
3922
- "clrName": "GetObjectData",
3923
- "metadataToken": 0,
3924
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
3925
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
3926
- "emitScope": "ClassSurface",
3927
- "provenance": "BaseOverload",
3928
- "arity": 0,
3929
- "parameterCount": 2,
3930
- "isStatic": false,
3931
- "isAbstract": false,
3932
- "isVirtual": true,
3933
- "isOverride": false,
3934
- "isSealed": false,
3935
- "visibility": "Public",
3936
- "declaringClrType": "System.Collections.Specialized.NameValueCollection",
3937
- "declaringAssemblyName": "System.Collections.Specialized",
3938
- "isExtensionMethod": false
3939
- },
3940
- {
3941
- "stableId": "System.Collections.Specialized:System.Collections.Specialized.NameValueCollection::OnDeserialization(System.Object):System.Void",
3942
- "clrName": "OnDeserialization",
3943
- "metadataToken": 0,
3944
- "canonicalSignature": "(System.Object):System.Void",
3945
- "normalizedSignature": "OnDeserialization|(System.Object):System.Void|static=false",
3946
- "emitScope": "ClassSurface",
3947
- "provenance": "BaseOverload",
3948
- "arity": 0,
3949
- "parameterCount": 1,
3950
- "isStatic": false,
3951
- "isAbstract": false,
3952
- "isVirtual": true,
3953
- "isOverride": false,
3954
- "isSealed": false,
3955
- "visibility": "Public",
3956
- "declaringClrType": "System.Collections.Specialized.NameValueCollection",
3957
- "declaringAssemblyName": "System.Collections.Specialized",
3958
- "isExtensionMethod": false
3959
- },
3960
3900
  {
3961
3901
  "stableId": "System.Collections.Specialized:System.Collections.Specialized.NameValueCollection::get_Item(System.String):System.String",
3962
3902
  "clrName": "get_Item",
@@ -300,7 +300,7 @@ export interface __NameObjectCollectionBase_KeysCollection$views {
300
300
  export type NameObjectCollectionBase_KeysCollection = NameObjectCollectionBase_KeysCollection$instance & __NameObjectCollectionBase_KeysCollection$views & { readonly [index: number]: string | undefined; };
301
301
 
302
302
 
303
- export interface NameValueCollection$instance extends NameObjectCollectionBase$instance {
303
+ export interface NameValueCollection$instance extends NameObjectCollectionBase$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
304
304
  readonly __tsonic_type_System_Collections_Specialized_NameValueCollection: never;
305
305
 
306
306
  readonly __tsonic_iface_System_Collections_ICollection: never;
@@ -317,13 +317,10 @@ export interface NameValueCollection$instance extends NameObjectCollectionBase$i
317
317
  Get(index: int): string | undefined;
318
318
  get_Item(name: string): string | undefined;
319
319
  get_Item(index: int): string | undefined;
320
- GetEnumerator(): IEnumerator;
321
320
  GetKey(index: int): string | undefined;
322
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
323
321
  GetValues(name: string): string[] | undefined;
324
322
  GetValues(index: int): string[] | undefined;
325
323
  HasKeys(): boolean;
326
- OnDeserialization(sender: unknown): void;
327
324
  Remove(name: string): void;
328
325
  Set(name: string, value: string): void;
329
326
  set_Item(name: string, value: string | undefined): void;
@@ -7448,7 +7448,7 @@
7448
7448
  "isAbstract": false,
7449
7449
  "isVirtual": true,
7450
7450
  "isOverride": false,
7451
- "isSealed": false,
7451
+ "isSealed": true,
7452
7452
  "visibility": "Public",
7453
7453
  "declaringClrType": "System.ComponentModel.BackgroundWorker",
7454
7454
  "declaringAssemblyName": "System.ComponentModel.EventBasedAsync",
@@ -8829,306 +8829,6 @@
8829
8829
  "declaringAssemblyName": "System.ComponentModel.TypeConverter",
8830
8830
  "isExtensionMethod": false,
8831
8831
  "sourceInterface": "System.ComponentModel.ICancelAddNew"
8832
- },
8833
- {
8834
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::Add(T):System.Void",
8835
- "clrName": "Add",
8836
- "metadataToken": 0,
8837
- "canonicalSignature": "(T):System.Void",
8838
- "normalizedSignature": "Add|(T):System.Void|static=false",
8839
- "emitScope": "ClassSurface",
8840
- "provenance": "BaseOverload",
8841
- "arity": 0,
8842
- "parameterCount": 1,
8843
- "isStatic": false,
8844
- "isAbstract": false,
8845
- "isVirtual": true,
8846
- "isOverride": false,
8847
- "isSealed": false,
8848
- "visibility": "Public",
8849
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
8850
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
8851
- "isExtensionMethod": false
8852
- },
8853
- {
8854
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::Add(System.Object):System.Int32",
8855
- "clrName": "Add",
8856
- "metadataToken": 0,
8857
- "canonicalSignature": "(System.Object):System.Int32",
8858
- "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
8859
- "emitScope": "ClassSurface",
8860
- "provenance": "BaseOverload",
8861
- "arity": 0,
8862
- "parameterCount": 1,
8863
- "isStatic": false,
8864
- "isAbstract": false,
8865
- "isVirtual": true,
8866
- "isOverride": false,
8867
- "isSealed": false,
8868
- "visibility": "Public",
8869
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
8870
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
8871
- "isExtensionMethod": false
8872
- },
8873
- {
8874
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::Clear():System.Void",
8875
- "clrName": "Clear",
8876
- "metadataToken": 0,
8877
- "canonicalSignature": "():System.Void",
8878
- "normalizedSignature": "Clear|():System.Void|static=false",
8879
- "emitScope": "ClassSurface",
8880
- "provenance": "BaseOverload",
8881
- "arity": 0,
8882
- "parameterCount": 0,
8883
- "isStatic": false,
8884
- "isAbstract": false,
8885
- "isVirtual": true,
8886
- "isOverride": false,
8887
- "isSealed": false,
8888
- "visibility": "Public",
8889
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
8890
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
8891
- "isExtensionMethod": false
8892
- },
8893
- {
8894
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::Contains(T):System.Boolean",
8895
- "clrName": "Contains",
8896
- "metadataToken": 0,
8897
- "canonicalSignature": "(T):System.Boolean",
8898
- "normalizedSignature": "Contains|(T):System.Boolean|static=false",
8899
- "emitScope": "ClassSurface",
8900
- "provenance": "BaseOverload",
8901
- "arity": 0,
8902
- "parameterCount": 1,
8903
- "isStatic": false,
8904
- "isAbstract": false,
8905
- "isVirtual": true,
8906
- "isOverride": false,
8907
- "isSealed": false,
8908
- "visibility": "Public",
8909
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
8910
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
8911
- "isExtensionMethod": false
8912
- },
8913
- {
8914
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::Contains(System.Object):System.Boolean",
8915
- "clrName": "Contains",
8916
- "metadataToken": 0,
8917
- "canonicalSignature": "(System.Object):System.Boolean",
8918
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
8919
- "emitScope": "ClassSurface",
8920
- "provenance": "BaseOverload",
8921
- "arity": 0,
8922
- "parameterCount": 1,
8923
- "isStatic": false,
8924
- "isAbstract": false,
8925
- "isVirtual": true,
8926
- "isOverride": false,
8927
- "isSealed": false,
8928
- "visibility": "Public",
8929
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
8930
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
8931
- "isExtensionMethod": false
8932
- },
8933
- {
8934
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::CopyTo(T[],System.Int32):System.Void",
8935
- "clrName": "CopyTo",
8936
- "metadataToken": 0,
8937
- "canonicalSignature": "(T[],System.Int32):System.Void",
8938
- "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
8939
- "emitScope": "ClassSurface",
8940
- "provenance": "BaseOverload",
8941
- "arity": 0,
8942
- "parameterCount": 2,
8943
- "isStatic": false,
8944
- "isAbstract": false,
8945
- "isVirtual": true,
8946
- "isOverride": false,
8947
- "isSealed": false,
8948
- "visibility": "Public",
8949
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
8950
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
8951
- "isExtensionMethod": false
8952
- },
8953
- {
8954
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::CopyTo(System.Array,System.Int32):System.Void",
8955
- "clrName": "CopyTo",
8956
- "metadataToken": 0,
8957
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
8958
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
8959
- "emitScope": "ClassSurface",
8960
- "provenance": "BaseOverload",
8961
- "arity": 0,
8962
- "parameterCount": 2,
8963
- "isStatic": false,
8964
- "isAbstract": false,
8965
- "isVirtual": true,
8966
- "isOverride": false,
8967
- "isSealed": false,
8968
- "visibility": "Public",
8969
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
8970
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
8971
- "isExtensionMethod": false
8972
- },
8973
- {
8974
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::GetEnumerator():System.Collections.Generic.IEnumerator_1",
8975
- "clrName": "GetEnumerator",
8976
- "metadataToken": 0,
8977
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
8978
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
8979
- "emitScope": "ClassSurface",
8980
- "provenance": "BaseOverload",
8981
- "arity": 0,
8982
- "parameterCount": 0,
8983
- "isStatic": false,
8984
- "isAbstract": false,
8985
- "isVirtual": true,
8986
- "isOverride": false,
8987
- "isSealed": false,
8988
- "visibility": "Public",
8989
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
8990
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
8991
- "isExtensionMethod": false
8992
- },
8993
- {
8994
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::GetEnumerator():System.Collections.IEnumerator",
8995
- "clrName": "GetEnumerator",
8996
- "metadataToken": 0,
8997
- "canonicalSignature": "():System.Collections.IEnumerator",
8998
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
8999
- "emitScope": "ClassSurface",
9000
- "provenance": "BaseOverload",
9001
- "arity": 0,
9002
- "parameterCount": 0,
9003
- "isStatic": false,
9004
- "isAbstract": false,
9005
- "isVirtual": true,
9006
- "isOverride": false,
9007
- "isSealed": false,
9008
- "visibility": "Public",
9009
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
9010
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
9011
- "isExtensionMethod": false
9012
- },
9013
- {
9014
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::IndexOf(T):System.Int32",
9015
- "clrName": "IndexOf",
9016
- "metadataToken": 0,
9017
- "canonicalSignature": "(T):System.Int32",
9018
- "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
9019
- "emitScope": "ClassSurface",
9020
- "provenance": "BaseOverload",
9021
- "arity": 0,
9022
- "parameterCount": 1,
9023
- "isStatic": false,
9024
- "isAbstract": false,
9025
- "isVirtual": true,
9026
- "isOverride": false,
9027
- "isSealed": false,
9028
- "visibility": "Public",
9029
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
9030
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
9031
- "isExtensionMethod": false
9032
- },
9033
- {
9034
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::Insert(System.Int32,T):System.Void",
9035
- "clrName": "Insert",
9036
- "metadataToken": 0,
9037
- "canonicalSignature": "(System.Int32,T):System.Void",
9038
- "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
9039
- "emitScope": "ClassSurface",
9040
- "provenance": "BaseOverload",
9041
- "arity": 0,
9042
- "parameterCount": 2,
9043
- "isStatic": false,
9044
- "isAbstract": false,
9045
- "isVirtual": true,
9046
- "isOverride": false,
9047
- "isSealed": false,
9048
- "visibility": "Public",
9049
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
9050
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
9051
- "isExtensionMethod": false
9052
- },
9053
- {
9054
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::Insert(System.Int32,System.Object):System.Void",
9055
- "clrName": "Insert",
9056
- "metadataToken": 0,
9057
- "canonicalSignature": "(System.Int32,System.Object):System.Void",
9058
- "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
9059
- "emitScope": "ClassSurface",
9060
- "provenance": "BaseOverload",
9061
- "arity": 0,
9062
- "parameterCount": 2,
9063
- "isStatic": false,
9064
- "isAbstract": false,
9065
- "isVirtual": true,
9066
- "isOverride": false,
9067
- "isSealed": false,
9068
- "visibility": "Public",
9069
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
9070
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
9071
- "isExtensionMethod": false
9072
- },
9073
- {
9074
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::Remove(T):System.Boolean",
9075
- "clrName": "Remove",
9076
- "metadataToken": 0,
9077
- "canonicalSignature": "(T):System.Boolean",
9078
- "normalizedSignature": "Remove|(T):System.Boolean|static=false",
9079
- "emitScope": "ClassSurface",
9080
- "provenance": "BaseOverload",
9081
- "arity": 0,
9082
- "parameterCount": 1,
9083
- "isStatic": false,
9084
- "isAbstract": false,
9085
- "isVirtual": true,
9086
- "isOverride": false,
9087
- "isSealed": false,
9088
- "visibility": "Public",
9089
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
9090
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
9091
- "isExtensionMethod": false
9092
- },
9093
- {
9094
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::Remove(System.Object):System.Void",
9095
- "clrName": "Remove",
9096
- "metadataToken": 0,
9097
- "canonicalSignature": "(System.Object):System.Void",
9098
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
9099
- "emitScope": "ClassSurface",
9100
- "provenance": "BaseOverload",
9101
- "arity": 0,
9102
- "parameterCount": 1,
9103
- "isStatic": false,
9104
- "isAbstract": false,
9105
- "isVirtual": true,
9106
- "isOverride": false,
9107
- "isSealed": false,
9108
- "visibility": "Public",
9109
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
9110
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
9111
- "isExtensionMethod": false
9112
- },
9113
- {
9114
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingList\u00601::RemoveAt(System.Int32):System.Void",
9115
- "clrName": "RemoveAt",
9116
- "metadataToken": 0,
9117
- "canonicalSignature": "(System.Int32):System.Void",
9118
- "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
9119
- "emitScope": "ClassSurface",
9120
- "provenance": "BaseOverload",
9121
- "arity": 0,
9122
- "parameterCount": 1,
9123
- "isStatic": false,
9124
- "isAbstract": false,
9125
- "isVirtual": true,
9126
- "isOverride": false,
9127
- "isSealed": false,
9128
- "visibility": "Public",
9129
- "declaringClrType": "System.ComponentModel.BindingList\u00601",
9130
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
9131
- "isExtensionMethod": false
9132
8832
  }
9133
8833
  ],
9134
8834
  "properties": [
@@ -11512,46 +11212,6 @@
11512
11212
  "isExtensionMethod": false,
11513
11213
  "sourceInterface": "System.Collections.IEnumerable"
11514
11214
  },
11515
- {
11516
- "stableId": "System.ComponentModel.Primitives:System.ComponentModel.ComponentCollection::CopyTo(System.Array,System.Int32):System.Void",
11517
- "clrName": "CopyTo",
11518
- "metadataToken": 0,
11519
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
11520
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
11521
- "emitScope": "ClassSurface",
11522
- "provenance": "BaseOverload",
11523
- "arity": 0,
11524
- "parameterCount": 2,
11525
- "isStatic": false,
11526
- "isAbstract": false,
11527
- "isVirtual": true,
11528
- "isOverride": false,
11529
- "isSealed": false,
11530
- "visibility": "Public",
11531
- "declaringClrType": "System.ComponentModel.ComponentCollection",
11532
- "declaringAssemblyName": "System.ComponentModel.Primitives",
11533
- "isExtensionMethod": false
11534
- },
11535
- {
11536
- "stableId": "System.ComponentModel.Primitives:System.ComponentModel.ComponentCollection::GetEnumerator():System.Collections.IEnumerator",
11537
- "clrName": "GetEnumerator",
11538
- "metadataToken": 0,
11539
- "canonicalSignature": "():System.Collections.IEnumerator",
11540
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
11541
- "emitScope": "ClassSurface",
11542
- "provenance": "BaseOverload",
11543
- "arity": 0,
11544
- "parameterCount": 0,
11545
- "isStatic": false,
11546
- "isAbstract": false,
11547
- "isVirtual": true,
11548
- "isOverride": false,
11549
- "isSealed": false,
11550
- "visibility": "Public",
11551
- "declaringClrType": "System.ComponentModel.ComponentCollection",
11552
- "declaringAssemblyName": "System.ComponentModel.Primitives",
11553
- "isExtensionMethod": false
11554
- },
11555
11215
  {
11556
11216
  "stableId": "System.ComponentModel.Primitives:System.ComponentModel.ComponentCollection::get_Item(System.String):System.ComponentModel.IComponent",
11557
11217
  "clrName": "get_Item",
@@ -19469,26 +19129,6 @@
19469
19129
  "declaringAssemblyName": "System.Private.CoreLib",
19470
19130
  "isExtensionMethod": false,
19471
19131
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
19472
- },
19473
- {
19474
- "stableId": "System.ComponentModel.Primitives:System.ComponentModel.InvalidAsynchronousStateException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
19475
- "clrName": "GetObjectData",
19476
- "metadataToken": 0,
19477
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
19478
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
19479
- "emitScope": "ClassSurface",
19480
- "provenance": "BaseOverload",
19481
- "arity": 0,
19482
- "parameterCount": 2,
19483
- "isStatic": false,
19484
- "isAbstract": false,
19485
- "isVirtual": true,
19486
- "isOverride": false,
19487
- "isSealed": false,
19488
- "visibility": "Public",
19489
- "declaringClrType": "System.ComponentModel.InvalidAsynchronousStateException",
19490
- "declaringAssemblyName": "System.ComponentModel.Primitives",
19491
- "isExtensionMethod": false
19492
19132
  }
19493
19133
  ],
19494
19134
  "properties": [],
@@ -19583,26 +19223,6 @@
19583
19223
  "declaringAssemblyName": "System.Private.CoreLib",
19584
19224
  "isExtensionMethod": false,
19585
19225
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
19586
- },
19587
- {
19588
- "stableId": "System.ComponentModel.Primitives:System.ComponentModel.InvalidEnumArgumentException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
19589
- "clrName": "GetObjectData",
19590
- "metadataToken": 0,
19591
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
19592
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
19593
- "emitScope": "ClassSurface",
19594
- "provenance": "BaseOverload",
19595
- "arity": 0,
19596
- "parameterCount": 2,
19597
- "isStatic": false,
19598
- "isAbstract": false,
19599
- "isVirtual": true,
19600
- "isOverride": false,
19601
- "isSealed": false,
19602
- "visibility": "Public",
19603
- "declaringClrType": "System.ComponentModel.InvalidEnumArgumentException",
19604
- "declaringAssemblyName": "System.ComponentModel.Primitives",
19605
- "isExtensionMethod": false
19606
19226
  }
19607
19227
  ],
19608
19228
  "properties": [],
@@ -24617,46 +24237,6 @@
24617
24237
  "isExtensionMethod": false,
24618
24238
  "sourceInterface": "System.IDisposable"
24619
24239
  },
24620
- {
24621
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.NestedContainer::Add(System.ComponentModel.IComponent):System.Void",
24622
- "clrName": "Add",
24623
- "metadataToken": 0,
24624
- "canonicalSignature": "(System.ComponentModel.IComponent):System.Void",
24625
- "normalizedSignature": "Add|(System.ComponentModel.IComponent):System.Void|static=false",
24626
- "emitScope": "ClassSurface",
24627
- "provenance": "BaseOverload",
24628
- "arity": 0,
24629
- "parameterCount": 1,
24630
- "isStatic": false,
24631
- "isAbstract": false,
24632
- "isVirtual": true,
24633
- "isOverride": false,
24634
- "isSealed": false,
24635
- "visibility": "Public",
24636
- "declaringClrType": "System.ComponentModel.NestedContainer",
24637
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
24638
- "isExtensionMethod": false
24639
- },
24640
- {
24641
- "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.NestedContainer::Add(System.ComponentModel.IComponent,System.String):System.Void",
24642
- "clrName": "Add",
24643
- "metadataToken": 0,
24644
- "canonicalSignature": "(System.ComponentModel.IComponent,System.String):System.Void",
24645
- "normalizedSignature": "Add|(System.ComponentModel.IComponent,System.String):System.Void|static=false",
24646
- "emitScope": "ClassSurface",
24647
- "provenance": "BaseOverload",
24648
- "arity": 0,
24649
- "parameterCount": 2,
24650
- "isStatic": false,
24651
- "isAbstract": false,
24652
- "isVirtual": true,
24653
- "isOverride": false,
24654
- "isSealed": false,
24655
- "visibility": "Public",
24656
- "declaringClrType": "System.ComponentModel.NestedContainer",
24657
- "declaringAssemblyName": "System.ComponentModel.TypeConverter",
24658
- "isExtensionMethod": false
24659
- },
24660
24240
  {
24661
24241
  "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.NestedContainer::Dispose():System.Void",
24662
24242
  "clrName": "Dispose",
@@ -24671,7 +24251,7 @@
24671
24251
  "isAbstract": false,
24672
24252
  "isVirtual": true,
24673
24253
  "isOverride": false,
24674
- "isSealed": false,
24254
+ "isSealed": true,
24675
24255
  "visibility": "Public",
24676
24256
  "declaringClrType": "System.ComponentModel.NestedContainer",
24677
24257
  "declaringAssemblyName": "System.ComponentModel.TypeConverter",