@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
@@ -33,14 +33,14 @@ export type IJsonTypeInfoResolver = IJsonTypeInfoResolver$instance;
33
33
 
34
34
  export interface JsonDerivedType$instance {
35
35
  readonly derivedType: Type;
36
- readonly typeDiscriminator: unknown;
36
+ readonly typeDiscriminator: unknown | undefined;
37
37
  }
38
38
 
39
39
 
40
40
  export const JsonDerivedType: {
41
- new(derivedType: Type): JsonDerivedType$instance;
42
- new(derivedType: Type, typeDiscriminator: int): JsonDerivedType$instance;
43
- new(derivedType: Type, typeDiscriminator: string): JsonDerivedType$instance;
41
+ new(derivedType: Type): JsonDerivedType;
42
+ new(derivedType: Type, typeDiscriminator: int): JsonDerivedType;
43
+ new(derivedType: Type, typeDiscriminator: string): JsonDerivedType;
44
44
  };
45
45
 
46
46
 
@@ -53,7 +53,7 @@ export interface DefaultJsonTypeInfoResolver$instance {
53
53
 
54
54
 
55
55
  export const DefaultJsonTypeInfoResolver: {
56
- new(): DefaultJsonTypeInfoResolver$instance;
56
+ new(): DefaultJsonTypeInfoResolver;
57
57
  };
58
58
 
59
59
 
@@ -68,40 +68,40 @@ export type DefaultJsonTypeInfoResolver = DefaultJsonTypeInfoResolver$instance &
68
68
 
69
69
  export interface JsonCollectionInfoValues_1$instance<TCollection> {
70
70
  elementInfo: JsonTypeInfo;
71
- keyInfo: JsonTypeInfo;
71
+ keyInfo: JsonTypeInfo | undefined;
72
72
  numberHandling: JsonNumberHandling;
73
- objectCreator: Func_1<TCollection>;
74
- serializeHandler: Action_2<Utf8JsonWriter, TCollection>;
73
+ objectCreator: Func_1<TCollection> | undefined;
74
+ serializeHandler: Action_2<Utf8JsonWriter, TCollection> | undefined;
75
75
  }
76
76
 
77
77
 
78
78
  export const JsonCollectionInfoValues_1: {
79
- new<TCollection>(): JsonCollectionInfoValues_1$instance<TCollection>;
79
+ new<TCollection>(): JsonCollectionInfoValues_1<TCollection>;
80
80
  };
81
81
 
82
82
 
83
83
  export type JsonCollectionInfoValues_1<TCollection> = JsonCollectionInfoValues_1$instance<TCollection>;
84
84
 
85
85
  export interface JsonObjectInfoValues_1$instance<T> {
86
- constructorAttributeProviderFactory: Func_1<ICustomAttributeProvider>;
87
- constructorParameterMetadataInitializer: Func_1<JsonParameterInfoValues[]>;
86
+ constructorAttributeProviderFactory: Func_1<ICustomAttributeProvider> | undefined;
87
+ constructorParameterMetadataInitializer: Func_1<JsonParameterInfoValues[]> | undefined;
88
88
  numberHandling: JsonNumberHandling;
89
- objectCreator: Func_1<T>;
90
- objectWithParameterizedConstructorCreator: Func_2<unknown[], T>;
91
- propertyMetadataInitializer: Func_2<JsonSerializerContext, JsonPropertyInfo[]>;
92
- serializeHandler: Action_2<Utf8JsonWriter, T>;
89
+ objectCreator: Func_1<T> | undefined;
90
+ objectWithParameterizedConstructorCreator: Func_2<unknown[], T> | undefined;
91
+ propertyMetadataInitializer: Func_2<JsonSerializerContext, JsonPropertyInfo[]> | undefined;
92
+ serializeHandler: Action_2<Utf8JsonWriter, T> | undefined;
93
93
  }
94
94
 
95
95
 
96
96
  export const JsonObjectInfoValues_1: {
97
- new<T>(): JsonObjectInfoValues_1$instance<T>;
97
+ new<T>(): JsonObjectInfoValues_1<T>;
98
98
  };
99
99
 
100
100
 
101
101
  export type JsonObjectInfoValues_1<T> = JsonObjectInfoValues_1$instance<T>;
102
102
 
103
103
  export interface JsonParameterInfo$instance {
104
- readonly attributeProvider: ICustomAttributeProvider;
104
+ readonly attributeProvider: ICustomAttributeProvider | undefined;
105
105
  readonly declaringType: Type;
106
106
  readonly defaultValue: unknown;
107
107
  readonly hasDefaultValue: boolean;
@@ -131,7 +131,7 @@ export interface JsonParameterInfoValues$instance {
131
131
 
132
132
 
133
133
  export const JsonParameterInfoValues: {
134
- new(): JsonParameterInfoValues$instance;
134
+ new(): JsonParameterInfoValues;
135
135
  };
136
136
 
137
137
 
@@ -146,18 +146,18 @@ export interface JsonPolymorphismOptions$instance {
146
146
 
147
147
 
148
148
  export const JsonPolymorphismOptions: {
149
- new(): JsonPolymorphismOptions$instance;
149
+ new(): JsonPolymorphismOptions;
150
150
  };
151
151
 
152
152
 
153
153
  export type JsonPolymorphismOptions = JsonPolymorphismOptions$instance;
154
154
 
155
155
  export interface JsonPropertyInfo$instance {
156
- readonly associatedParameter: JsonParameterInfo;
157
- attributeProvider: ICustomAttributeProvider;
158
- customConverter: JsonConverter;
156
+ readonly associatedParameter: JsonParameterInfo | undefined;
157
+ attributeProvider: ICustomAttributeProvider | undefined;
158
+ customConverter: JsonConverter | undefined;
159
159
  readonly declaringType: Type;
160
- get_: Func_2<unknown, unknown>;
160
+ get_: Func_2<unknown, unknown | undefined> | undefined;
161
161
  isExtensionData: boolean;
162
162
  isGetNullable: boolean;
163
163
  isRequired: boolean;
@@ -168,8 +168,8 @@ export interface JsonPropertyInfo$instance {
168
168
  readonly options: JsonSerializerOptions;
169
169
  order: int;
170
170
  readonly propertyType: Type;
171
- set_: Action_2<unknown, unknown>;
172
- shouldSerialize: Func_3<unknown, unknown, System_Internal.Boolean>;
171
+ set_: Action_2<unknown, unknown | undefined>;
172
+ shouldSerialize: Func_3<unknown, unknown | undefined, System_Internal.Boolean> | undefined;
173
173
  }
174
174
 
175
175
 
@@ -180,72 +180,72 @@ export const JsonPropertyInfo: {
180
180
  export type JsonPropertyInfo = JsonPropertyInfo$instance;
181
181
 
182
182
  export interface JsonPropertyInfoValues_1$instance<T> {
183
- attributeProviderFactory: Func_1<ICustomAttributeProvider>;
183
+ attributeProviderFactory: Func_1<ICustomAttributeProvider> | undefined;
184
184
  converter: JsonConverter_1<T>;
185
185
  declaringType: Type;
186
- getter: Func_2<unknown, T>;
186
+ getter: Func_2<unknown, T | undefined> | undefined;
187
187
  hasJsonInclude: boolean;
188
188
  ignoreCondition: Nullable_1<JsonIgnoreCondition>;
189
189
  isExtensionData: boolean;
190
190
  isProperty: boolean;
191
191
  isPublic: boolean;
192
192
  isVirtual: boolean;
193
- jsonPropertyName: string;
193
+ jsonPropertyName: string | undefined;
194
194
  numberHandling: Nullable_1<JsonNumberHandling>;
195
195
  propertyName: string;
196
196
  propertyTypeInfo: JsonTypeInfo;
197
- setter: Action_2<unknown, T>;
197
+ setter: Action_2<unknown, T | undefined> | undefined;
198
198
  }
199
199
 
200
200
 
201
201
  export const JsonPropertyInfoValues_1: {
202
- new<T>(): JsonPropertyInfoValues_1$instance<T>;
202
+ new<T>(): JsonPropertyInfoValues_1<T>;
203
203
  };
204
204
 
205
205
 
206
206
  export type JsonPropertyInfoValues_1<T> = JsonPropertyInfoValues_1$instance<T>;
207
207
 
208
208
  export interface JsonTypeInfo$instance {
209
- readonly constructorAttributeProvider: ICustomAttributeProvider;
209
+ readonly constructorAttributeProvider: ICustomAttributeProvider | undefined;
210
210
  readonly converter: JsonConverter;
211
- createObject: Func_1<unknown>;
211
+ createObject: Func_1<unknown> | undefined;
212
212
  readonly elementType: Type;
213
213
  readonly isReadOnly: boolean;
214
- readonly keyType: Type;
214
+ readonly keyType: Type | undefined;
215
215
  readonly kind: JsonTypeInfoKind;
216
216
  numberHandling: Nullable_1<JsonNumberHandling>;
217
- onDeserialized: Action_1<unknown>;
218
- onDeserializing: Action_1<unknown>;
219
- onSerialized: Action_1<unknown>;
220
- onSerializing: Action_1<unknown>;
217
+ onDeserialized: Action_1<unknown> | undefined;
218
+ onDeserializing: Action_1<unknown> | undefined;
219
+ onSerialized: Action_1<unknown> | undefined;
220
+ onSerializing: Action_1<unknown> | undefined;
221
221
  readonly options: JsonSerializerOptions;
222
- originatingResolver: IJsonTypeInfoResolver;
223
- polymorphismOptions: JsonPolymorphismOptions;
222
+ originatingResolver: IJsonTypeInfoResolver | undefined;
223
+ polymorphismOptions: JsonPolymorphismOptions | undefined;
224
224
  preferredPropertyObjectCreationHandling: Nullable_1<JsonObjectCreationHandling>;
225
225
  readonly properties: IList_1<JsonPropertyInfo>;
226
226
  readonly type_: Type;
227
227
  unmappedMemberHandling: Nullable_1<JsonUnmappedMemberHandling>;
228
- createJsonPropertyInfo(propertyType: Type, name: string): JsonPropertyInfo;
228
+ createJsonPropertyInfo(propertyType: Type | undefined, name: string | undefined): JsonPropertyInfo | undefined;
229
229
  makeReadOnly(): void;
230
230
  }
231
231
 
232
232
 
233
233
  export const JsonTypeInfo: {
234
- createJsonTypeInfo<T>(options: JsonSerializerOptions): JsonTypeInfo_1<T>;
235
- createJsonTypeInfo(type_: Type, options: JsonSerializerOptions): JsonTypeInfo;
234
+ createJsonTypeInfo<T>(options: JsonSerializerOptions | undefined): JsonTypeInfo_1<T | undefined> | undefined;
235
+ createJsonTypeInfo(type_: Type | undefined, options: JsonSerializerOptions | undefined): JsonTypeInfo | undefined;
236
236
  };
237
237
 
238
238
 
239
239
  export type JsonTypeInfo = JsonTypeInfo$instance;
240
240
 
241
241
  export interface JsonTypeInfo_1$instance<T> extends JsonTypeInfo {
242
- createObject: Func_1<T>;
243
- readonly serializeHandler: Action_2<Utf8JsonWriter, T>;
242
+ createObject: Func_1<T> | undefined;
243
+ readonly serializeHandler: Action_2<Utf8JsonWriter, T> | undefined;
244
244
  }
245
245
 
246
246
 
247
247
  export const JsonTypeInfo_1: {
248
- new<T>(): JsonTypeInfo_1$instance<T>;
248
+ new<T>(): JsonTypeInfo_1<T>;
249
249
  };
250
250
 
251
251
 
@@ -253,7 +253,7 @@ export type JsonTypeInfo_1<T> = JsonTypeInfo_1$instance<T>;
253
253
 
254
254
  export abstract class JsonMetadataServices$instance {
255
255
  static readonly booleanConverter: JsonConverter_1<System_Internal.Boolean>;
256
- static readonly byteArrayConverter: JsonConverter_1<byte[]>;
256
+ static readonly byteArrayConverter: JsonConverter_1<byte[] | undefined>;
257
257
  static readonly byteConverter: JsonConverter_1<System_Internal.Byte>;
258
258
  static readonly charConverter: JsonConverter_1<System_Internal.Char>;
259
259
  static readonly dateTimeConverter: JsonConverter_1<DateTime>;
@@ -268,25 +268,25 @@ export abstract class JsonMetadataServices$instance {
268
268
  static readonly int64Converter: JsonConverter_1<System_Internal.Int64>;
269
269
  static readonly int128Converter: JsonConverter_1<System_Internal.Int128>;
270
270
  static readonly uInt128Converter: JsonConverter_1<System_Internal.UInt128>;
271
- static readonly jsonArrayConverter: JsonConverter_1<JsonArray>;
271
+ static readonly jsonArrayConverter: JsonConverter_1<JsonArray | undefined>;
272
272
  static readonly jsonElementConverter: JsonConverter_1<JsonElement>;
273
- static readonly jsonNodeConverter: JsonConverter_1<JsonNode>;
274
- static readonly jsonObjectConverter: JsonConverter_1<JsonObject>;
275
- static readonly jsonValueConverter: JsonConverter_1<JsonValue>;
276
- static readonly jsonDocumentConverter: JsonConverter_1<JsonDocument>;
273
+ static readonly jsonNodeConverter: JsonConverter_1<JsonNode | undefined>;
274
+ static readonly jsonObjectConverter: JsonConverter_1<JsonObject | undefined>;
275
+ static readonly jsonValueConverter: JsonConverter_1<JsonValue | undefined>;
276
+ static readonly jsonDocumentConverter: JsonConverter_1<JsonDocument | undefined>;
277
277
  static readonly memoryByteConverter: JsonConverter_1<Memory_1<System_Internal.Byte>>;
278
278
  static readonly readOnlyMemoryByteConverter: JsonConverter_1<ReadOnlyMemory_1<System_Internal.Byte>>;
279
- static readonly objectConverter: JsonConverter_1<unknown>;
279
+ static readonly objectConverter: JsonConverter_1<unknown | undefined>;
280
280
  static readonly halfConverter: JsonConverter_1<System_Internal.Half>;
281
281
  static readonly singleConverter: JsonConverter_1<System_Internal.Single>;
282
282
  static readonly sByteConverter: JsonConverter_1<System_Internal.SByte>;
283
- static readonly stringConverter: JsonConverter_1<System_Internal.String>;
283
+ static readonly stringConverter: JsonConverter_1<string | undefined>;
284
284
  static readonly timeSpanConverter: JsonConverter_1<TimeSpan>;
285
285
  static readonly uInt16Converter: JsonConverter_1<System_Internal.UInt16>;
286
286
  static readonly uInt32Converter: JsonConverter_1<System_Internal.UInt32>;
287
287
  static readonly uInt64Converter: JsonConverter_1<System_Internal.UInt64>;
288
- static readonly uriConverter: JsonConverter_1<Uri>;
289
- static readonly versionConverter: JsonConverter_1<Version>;
288
+ static readonly uriConverter: JsonConverter_1<Uri | undefined>;
289
+ static readonly versionConverter: JsonConverter_1<Version | undefined>;
290
290
  static createArrayInfo<TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TElement[]>): JsonTypeInfo_1<TElement[]>;
291
291
  static createConcurrentQueueInfo<TCollection extends ConcurrentQueue_1<TElement>, TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>): JsonTypeInfo_1<TCollection>;
292
292
  static createConcurrentStackInfo<TCollection extends ConcurrentStack_1<TElement>, TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>): JsonTypeInfo_1<TCollection>;
@@ -304,10 +304,10 @@ export abstract class JsonMetadataServices$instance {
304
304
  static createMemoryInfo<TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<Memory_1<TElement>>): JsonTypeInfo_1<Memory_1<TElement>>;
305
305
  static createObjectInfo<T>(options: JsonSerializerOptions, objectInfo: JsonObjectInfoValues_1<T>): JsonTypeInfo_1<T>;
306
306
  static createPropertyInfo<T>(options: JsonSerializerOptions, propertyInfo: JsonPropertyInfoValues_1<T>): JsonPropertyInfo;
307
- static createQueueInfo<TCollection extends IEnumerable>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>, addFunc: Action_2<TCollection, unknown>): JsonTypeInfo_1<TCollection>;
307
+ static createQueueInfo<TCollection extends IEnumerable>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>, addFunc: Action_2<TCollection, unknown | undefined>): JsonTypeInfo_1<TCollection>;
308
308
  static createQueueInfo<TCollection extends Queue_1<TElement>, TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>): JsonTypeInfo_1<TCollection>;
309
309
  static createReadOnlyMemoryInfo<TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<ReadOnlyMemory_1<TElement>>): JsonTypeInfo_1<ReadOnlyMemory_1<TElement>>;
310
- static createStackInfo<TCollection extends IEnumerable>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>, addFunc: Action_2<TCollection, unknown>): JsonTypeInfo_1<TCollection>;
310
+ static createStackInfo<TCollection extends IEnumerable>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>, addFunc: Action_2<TCollection, unknown | undefined>): JsonTypeInfo_1<TCollection>;
311
311
  static createStackInfo<TCollection extends Stack_1<TElement>, TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>): JsonTypeInfo_1<TCollection>;
312
312
  static createValueInfo<T>(options: JsonSerializerOptions, converter: JsonConverter): JsonTypeInfo_1<T>;
313
313
  static getEnumConverter<T extends number>(options: JsonSerializerOptions): JsonConverter_1<T>;
@@ -83,7 +83,7 @@ export interface Regex_ValueMatchEnumerator$instance {
83
83
 
84
84
 
85
85
  export const Regex_ValueMatchEnumerator: {
86
- new(): Regex_ValueMatchEnumerator$instance;
86
+ new(): Regex_ValueMatchEnumerator;
87
87
  };
88
88
 
89
89
 
@@ -104,7 +104,7 @@ export interface Regex_ValueSplitEnumerator$instance {
104
104
 
105
105
 
106
106
  export const Regex_ValueSplitEnumerator: {
107
- new(): Regex_ValueSplitEnumerator$instance;
107
+ new(): Regex_ValueSplitEnumerator;
108
108
  };
109
109
 
110
110
 
@@ -123,7 +123,7 @@ export interface ValueMatch$instance {
123
123
 
124
124
 
125
125
  export const ValueMatch: {
126
- new(): ValueMatch$instance;
126
+ new(): ValueMatch;
127
127
  };
128
128
 
129
129
 
@@ -134,12 +134,12 @@ export interface Capture$instance {
134
134
  readonly length: int;
135
135
  readonly value: string;
136
136
  readonly valueSpan: ReadOnlySpan_1<System_Internal.Char>;
137
- toString(): string;
137
+ toString(): string | undefined;
138
138
  }
139
139
 
140
140
 
141
141
  export const Capture: {
142
- new(): Capture$instance;
142
+ new(): Capture;
143
143
  };
144
144
 
145
145
 
@@ -158,7 +158,7 @@ export interface CaptureCollection$instance {
158
158
 
159
159
 
160
160
  export const CaptureCollection: {
161
- new(): CaptureCollection$instance;
161
+ new(): CaptureCollection;
162
162
  };
163
163
 
164
164
 
@@ -184,11 +184,11 @@ export interface GeneratedRegexAttribute$instance extends Attribute {
184
184
 
185
185
 
186
186
  export const GeneratedRegexAttribute: {
187
- new(pattern: string): GeneratedRegexAttribute$instance;
188
- new(pattern: string, options: RegexOptions): GeneratedRegexAttribute$instance;
189
- new(pattern: string, options: RegexOptions, cultureName: string): GeneratedRegexAttribute$instance;
190
- new(pattern: string, options: RegexOptions, matchTimeoutMilliseconds: int): GeneratedRegexAttribute$instance;
191
- new(pattern: string, options: RegexOptions, matchTimeoutMilliseconds: int, cultureName: string): GeneratedRegexAttribute$instance;
187
+ new(pattern: string): GeneratedRegexAttribute;
188
+ new(pattern: string, options: RegexOptions): GeneratedRegexAttribute;
189
+ new(pattern: string, options: RegexOptions, cultureName: string): GeneratedRegexAttribute;
190
+ new(pattern: string, options: RegexOptions, matchTimeoutMilliseconds: int): GeneratedRegexAttribute;
191
+ new(pattern: string, options: RegexOptions, matchTimeoutMilliseconds: int, cultureName: string): GeneratedRegexAttribute;
192
192
  };
193
193
 
194
194
 
@@ -202,7 +202,7 @@ export interface Group$instance extends Capture {
202
202
 
203
203
 
204
204
  export const Group: {
205
- new(): Group$instance;
205
+ new(): Group;
206
206
  synchronized(inner: Group): Group;
207
207
  };
208
208
 
@@ -222,12 +222,12 @@ export interface GroupCollection$instance {
222
222
  get_Item(groupnum: int): Group;
223
223
  get_Item(groupname: string): Group;
224
224
  getEnumerator(): IEnumerator;
225
- tryGetValue(key: string, value: Group): boolean;
225
+ tryGetValue(key: string, value: Group | undefined): boolean;
226
226
  }
227
227
 
228
228
 
229
229
  export const GroupCollection: {
230
- new(): GroupCollection$instance;
230
+ new(): GroupCollection;
231
231
  };
232
232
 
233
233
 
@@ -253,7 +253,7 @@ export interface Match$instance extends Group {
253
253
 
254
254
 
255
255
  export const Match: {
256
- new(): Match$instance;
256
+ new(): Match;
257
257
  readonly empty: Match;
258
258
  };
259
259
 
@@ -273,7 +273,7 @@ export interface MatchCollection$instance {
273
273
 
274
274
 
275
275
  export const MatchCollection: {
276
- new(): MatchCollection$instance;
276
+ new(): MatchCollection;
277
277
  };
278
278
 
279
279
 
@@ -329,13 +329,13 @@ export interface Regex$instance {
329
329
 
330
330
 
331
331
  export const Regex: {
332
- new(pattern: string): Regex$instance;
333
- new(pattern: string, options: RegexOptions): Regex$instance;
334
- new(pattern: string, options: RegexOptions, matchTimeout: TimeSpan): Regex$instance;
332
+ new(pattern: string): Regex;
333
+ new(pattern: string, options: RegexOptions): Regex;
334
+ new(pattern: string, options: RegexOptions, matchTimeout: TimeSpan): Regex;
335
335
  readonly infiniteMatchTimeout: TimeSpan;
336
336
  cacheSize: int;
337
- compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[], resourceFile: string): void;
338
- compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[]): void;
337
+ compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[] | undefined, resourceFile: string | undefined): void;
338
+ compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[] | undefined): void;
339
339
  compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName): void;
340
340
  count(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): int;
341
341
  count(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string, options: RegexOptions): int;
@@ -395,8 +395,8 @@ export interface RegexCompilationInfo$instance {
395
395
 
396
396
 
397
397
  export const RegexCompilationInfo: {
398
- new(pattern: string, options: RegexOptions, name: string, fullnamespace: string, ispublic: boolean): RegexCompilationInfo$instance;
399
- new(pattern: string, options: RegexOptions, name: string, fullnamespace: string, ispublic: boolean, matchTimeout: TimeSpan): RegexCompilationInfo$instance;
398
+ new(pattern: string, options: RegexOptions, name: string, fullnamespace: string, ispublic: boolean): RegexCompilationInfo;
399
+ new(pattern: string, options: RegexOptions, name: string, fullnamespace: string, ispublic: boolean, matchTimeout: TimeSpan): RegexCompilationInfo;
400
400
  };
401
401
 
402
402
 
@@ -411,10 +411,10 @@ export interface RegexMatchTimeoutException$instance extends TimeoutException {
411
411
 
412
412
 
413
413
  export const RegexMatchTimeoutException: {
414
- new(regexInput: string, regexPattern: string, matchTimeout: TimeSpan): RegexMatchTimeoutException$instance;
415
- new(): RegexMatchTimeoutException$instance;
416
- new(message: string): RegexMatchTimeoutException$instance;
417
- new(message: string, inner: Exception): RegexMatchTimeoutException$instance;
414
+ new(regexInput: string, regexPattern: string, matchTimeout: TimeSpan): RegexMatchTimeoutException;
415
+ new(): RegexMatchTimeoutException;
416
+ new(message: string): RegexMatchTimeoutException;
417
+ new(message: string, inner: Exception): RegexMatchTimeoutException;
418
418
  };
419
419
 
420
420
 
@@ -433,7 +433,7 @@ export interface RegexParseException$instance extends ArgumentException {
433
433
 
434
434
 
435
435
  export const RegexParseException: {
436
- new(): RegexParseException$instance;
436
+ new(): RegexParseException;
437
437
  };
438
438
 
439
439
 
@@ -449,7 +449,7 @@ export interface RegexRunner$instance {
449
449
 
450
450
 
451
451
  export const RegexRunner: {
452
- charInClass(ch: char, charClass: string): boolean;
452
+ charInClass(ch: char, charClass: string | undefined): boolean;
453
453
  };
454
454
 
455
455
 
@@ -19,9 +19,9 @@ export interface Utf8_TryWriteInterpolatedStringHandler$instance {
19
19
  appendFormatted<T>(value: T, alignment: int): boolean;
20
20
  appendFormatted<T>(value: T, alignment: int, format: string): boolean;
21
21
  appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): boolean;
22
- appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string): boolean;
22
+ appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string | undefined): boolean;
23
23
  appendFormatted(utf8Value: ReadOnlySpan_1<System_Internal.Byte>): boolean;
24
- appendFormatted(utf8Value: ReadOnlySpan_1<System_Internal.Byte>, alignment?: int, format?: string): boolean;
24
+ appendFormatted(utf8Value: ReadOnlySpan_1<System_Internal.Byte>, alignment?: int, format?: string | undefined): boolean;
25
25
  appendFormatted(value: string): boolean;
26
26
  appendFormatted(value: string, alignment?: int, format?: string): boolean;
27
27
  appendFormatted(value: unknown, alignment?: int, format?: string): boolean;
@@ -30,8 +30,8 @@ export interface Utf8_TryWriteInterpolatedStringHandler$instance {
30
30
 
31
31
 
32
32
  export const Utf8_TryWriteInterpolatedStringHandler: {
33
- new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, shouldAppend: boolean): Utf8_TryWriteInterpolatedStringHandler$instance;
34
- new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, provider: IFormatProvider, shouldAppend: boolean): Utf8_TryWriteInterpolatedStringHandler$instance;
33
+ new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, shouldAppend: boolean): Utf8_TryWriteInterpolatedStringHandler;
34
+ new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, provider: IFormatProvider | undefined, shouldAppend: boolean): Utf8_TryWriteInterpolatedStringHandler;
35
35
  };
36
36
 
37
37
 
@@ -44,7 +44,7 @@ export interface UnicodeRange$instance {
44
44
 
45
45
 
46
46
  export const UnicodeRange: {
47
- new(firstCodePoint: int, length: int): UnicodeRange$instance;
47
+ new(firstCodePoint: int, length: int): UnicodeRange;
48
48
  create(firstCharacter: char, lastCharacter: char): UnicodeRange;
49
49
  };
50
50
 
@@ -223,7 +223,7 @@ export abstract class Utf8$instance {
223
223
  static fromUtf16(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Byte>, charsRead: int, bytesWritten: int, replaceInvalidSequences?: boolean, isFinalBlock?: boolean): OperationStatus;
224
224
  static isValid(value: ReadOnlySpan_1<System_Internal.Byte>): boolean;
225
225
  static toUtf16(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Char>, bytesRead: int, charsWritten: int, replaceInvalidSequences?: boolean, isFinalBlock?: boolean): OperationStatus;
226
- static tryWrite(destination: Span_1<System_Internal.Byte>, provider: IFormatProvider, handler: Utf8_TryWriteInterpolatedStringHandler, bytesWritten: int): boolean;
226
+ static tryWrite(destination: Span_1<System_Internal.Byte>, provider: IFormatProvider | undefined, handler: Utf8_TryWriteInterpolatedStringHandler, bytesWritten: int): boolean;
227
227
  static tryWrite(destination: Span_1<System_Internal.Byte>, handler: Utf8_TryWriteInterpolatedStringHandler, bytesWritten: int): boolean;
228
228
  }
229
229