@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
@@ -243,20 +243,18 @@ export interface __StringRuneEnumerator$views {
243
243
  export type StringRuneEnumerator = StringRuneEnumerator$instance & __StringRuneEnumerator$views;
244
244
 
245
245
 
246
- export interface ASCIIEncoding$instance extends Encoding$instance {
246
+ export interface ASCIIEncoding$instance extends Encoding$instance, System_Internal.ICloneable$instance {
247
247
  readonly __tsonic_type_System_Text_ASCIIEncoding: never;
248
248
 
249
249
  readonly __tsonic_iface_System_ICloneable: never;
250
250
 
251
251
  readonly IsSingleByte: boolean;
252
- Clone(): unknown;
253
252
  GetByteCount(chars: char[], index: int, count: int): int;
254
253
  GetByteCount(chars: string): int;
255
254
  GetByteCount(chars: ptr<char>, count: int): int;
256
255
  GetByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
257
256
  GetByteCount(chars: char[]): int;
258
257
  GetByteCount(s: string, index: int, count: int): int;
259
- GetByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
260
258
  GetBytes(chars: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
261
259
  GetBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
262
260
  GetBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
@@ -265,18 +263,15 @@ export interface ASCIIEncoding$instance extends Encoding$instance {
265
263
  GetBytes(chars: char[], index: int, count: int): byte[];
266
264
  GetBytes(s: string): byte[];
267
265
  GetBytes(s: string, index: int, count: int): byte[];
268
- GetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
269
266
  GetCharCount(bytes: byte[], index: int, count: int): int;
270
267
  GetCharCount(bytes: ptr<byte>, count: int): int;
271
268
  GetCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
272
269
  GetCharCount(bytes: byte[]): int;
273
- GetCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
274
270
  GetChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
275
271
  GetChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
276
272
  GetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
277
273
  GetChars(bytes: byte[]): char[];
278
274
  GetChars(bytes: byte[], index: int, count: int): char[];
279
- GetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
280
275
  GetDecoder(): Decoder;
281
276
  GetEncoder(): Encoder;
282
277
  GetMaxByteCount(charCount: int): int;
@@ -286,8 +281,6 @@ export interface ASCIIEncoding$instance extends Encoding$instance {
286
281
  GetString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
287
282
  GetString(bytes: byte[]): string;
288
283
  TryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
289
- TryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
290
- TryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
291
284
  TryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
292
285
  }
293
286
 
@@ -312,7 +305,6 @@ export interface CodePagesEncodingProvider$instance extends EncodingProvider {
312
305
  GetEncoding(name: string, encoderFallback: EncoderFallback, decoderFallback: DecoderFallback): Encoding | undefined;
313
306
  GetEncoding(codepage: int, encoderFallback: EncoderFallback, decoderFallback: DecoderFallback): Encoding | undefined;
314
307
  GetEncodings(): IEnumerable_1<EncodingInfo>;
315
- GetEncodings(): IEnumerable_1<EncodingInfo>;
316
308
  }
317
309
 
318
310
 
@@ -439,7 +431,6 @@ export interface DecoderFallbackException$instance extends ArgumentException {
439
431
 
440
432
  readonly BytesUnknown: byte[] | undefined;
441
433
  readonly Index: int;
442
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
443
434
  }
444
435
 
445
436
 
@@ -598,7 +589,6 @@ export interface EncoderFallbackException$instance extends ArgumentException {
598
589
  readonly CharUnknownHigh: char;
599
590
  readonly CharUnknownLow: char;
600
591
  readonly Index: int;
601
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
602
592
  IsUnknownSurrogate(): boolean;
603
593
  }
604
594
 
@@ -850,6 +840,7 @@ export interface StringBuilder$instance extends System_Runtime_Serialization_Int
850
840
  EnsureCapacity(capacity: int): int;
851
841
  Equals(sb: StringBuilder): boolean;
852
842
  Equals(span: ReadOnlySpan_1<System_Internal.Char>): boolean;
843
+ Equals(obj: unknown): boolean;
853
844
  GetChunks(): StringBuilder_ChunkEnumerator;
854
845
  Insert(index: int, value: string, count: int): StringBuilder;
855
846
  Insert(index: int, value: string): StringBuilder;
@@ -899,13 +890,12 @@ export interface __StringBuilder$views {
899
890
  export type StringBuilder = StringBuilder$instance & __StringBuilder$views & { [index: number]: char; };
900
891
 
901
892
 
902
- export interface UnicodeEncoding$instance extends Encoding$instance {
893
+ export interface UnicodeEncoding$instance extends Encoding$instance, System_Internal.ICloneable$instance {
903
894
  readonly __tsonic_type_System_Text_UnicodeEncoding: never;
904
895
 
905
896
  readonly __tsonic_iface_System_ICloneable: never;
906
897
 
907
898
  readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
908
- Clone(): unknown;
909
899
  Equals(value: unknown): boolean;
910
900
  GetByteCount(chars: char[], index: int, count: int): int;
911
901
  GetByteCount(s: string): int;
@@ -958,13 +948,12 @@ export interface __UnicodeEncoding$views {
958
948
  export type UnicodeEncoding = UnicodeEncoding$instance & __UnicodeEncoding$views;
959
949
 
960
950
 
961
- export interface UTF32Encoding$instance extends Encoding$instance {
951
+ export interface UTF32Encoding$instance extends Encoding$instance, System_Internal.ICloneable$instance {
962
952
  readonly __tsonic_type_System_Text_UTF32Encoding: never;
963
953
 
964
954
  readonly __tsonic_iface_System_ICloneable: never;
965
955
 
966
956
  readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
967
- Clone(): unknown;
968
957
  Equals(value: unknown): boolean;
969
958
  GetByteCount(chars: char[], index: int, count: int): int;
970
959
  GetByteCount(s: string): int;
@@ -1016,12 +1005,11 @@ export interface __UTF32Encoding$views {
1016
1005
  export type UTF32Encoding = UTF32Encoding$instance & __UTF32Encoding$views;
1017
1006
 
1018
1007
 
1019
- export interface UTF7Encoding$instance extends Encoding$instance {
1008
+ export interface UTF7Encoding$instance extends Encoding$instance, System_Internal.ICloneable$instance {
1020
1009
  readonly __tsonic_type_System_Text_UTF7Encoding: never;
1021
1010
 
1022
1011
  readonly __tsonic_iface_System_ICloneable: never;
1023
1012
 
1024
- Clone(): unknown;
1025
1013
  Equals(value: unknown): boolean;
1026
1014
  GetByteCount(chars: char[], index: int, count: int): int;
1027
1015
  GetByteCount(s: string): int;
@@ -1071,13 +1059,12 @@ export interface __UTF7Encoding$views {
1071
1059
  export type UTF7Encoding = UTF7Encoding$instance & __UTF7Encoding$views;
1072
1060
 
1073
1061
 
1074
- export interface UTF8Encoding$instance extends Encoding$instance {
1062
+ export interface UTF8Encoding$instance extends Encoding$instance, System_Internal.ICloneable$instance {
1075
1063
  readonly __tsonic_type_System_Text_UTF8Encoding: never;
1076
1064
 
1077
1065
  readonly __tsonic_iface_System_ICloneable: never;
1078
1066
 
1079
1067
  readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
1080
- Clone(): unknown;
1081
1068
  Equals(value: unknown): boolean;
1082
1069
  GetByteCount(chars: char[], index: int, count: int): int;
1083
1070
  GetByteCount(chars: string): int;
@@ -1085,7 +1072,6 @@ export interface UTF8Encoding$instance extends Encoding$instance {
1085
1072
  GetByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
1086
1073
  GetByteCount(chars: char[]): int;
1087
1074
  GetByteCount(s: string, index: int, count: int): int;
1088
- GetByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
1089
1075
  GetBytes(s: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
1090
1076
  GetBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
1091
1077
  GetBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
@@ -1094,18 +1080,15 @@ export interface UTF8Encoding$instance extends Encoding$instance {
1094
1080
  GetBytes(chars: char[], index: int, count: int): byte[];
1095
1081
  GetBytes(s: string): byte[];
1096
1082
  GetBytes(s: string, index: int, count: int): byte[];
1097
- GetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
1098
1083
  GetCharCount(bytes: byte[], index: int, count: int): int;
1099
1084
  GetCharCount(bytes: ptr<byte>, count: int): int;
1100
1085
  GetCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
1101
1086
  GetCharCount(bytes: byte[]): int;
1102
- GetCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
1103
1087
  GetChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
1104
1088
  GetChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
1105
1089
  GetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
1106
1090
  GetChars(bytes: byte[]): char[];
1107
1091
  GetChars(bytes: byte[], index: int, count: int): char[];
1108
- GetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
1109
1092
  GetDecoder(): Decoder;
1110
1093
  GetEncoder(): Encoder;
1111
1094
  GetHashCode(): int;
@@ -1117,8 +1100,6 @@ export interface UTF8Encoding$instance extends Encoding$instance {
1117
1100
  GetString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
1118
1101
  GetString(bytes: byte[]): string;
1119
1102
  TryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1120
- TryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1121
- TryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
1122
1103
  TryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
1123
1104
  }
1124
1105
 
@@ -6058,26 +6058,6 @@
6058
6058
  "declaringAssemblyName": "System.Private.CoreLib",
6059
6059
  "isExtensionMethod": false,
6060
6060
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
6061
- },
6062
- {
6063
- "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexMatchTimeoutException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
6064
- "clrName": "GetObjectData",
6065
- "metadataToken": 0,
6066
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
6067
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
6068
- "emitScope": "ClassSurface",
6069
- "provenance": "BaseOverload",
6070
- "arity": 0,
6071
- "parameterCount": 2,
6072
- "isStatic": false,
6073
- "isAbstract": false,
6074
- "isVirtual": true,
6075
- "isOverride": false,
6076
- "isSealed": false,
6077
- "visibility": "Public",
6078
- "declaringClrType": "System.Text.RegularExpressions.RegexMatchTimeoutException",
6079
- "declaringAssemblyName": "System.Text.RegularExpressions",
6080
- "isExtensionMethod": false
6081
6061
  }
6082
6062
  ],
6083
6063
  "properties": [
@@ -455,7 +455,7 @@ export const RegexCompilationInfo: {
455
455
 
456
456
  export type RegexCompilationInfo = RegexCompilationInfo$instance;
457
457
 
458
- export interface RegexMatchTimeoutException$instance extends TimeoutException {
458
+ export interface RegexMatchTimeoutException$instance extends TimeoutException, System_Runtime_Serialization_Internal.ISerializable$instance {
459
459
  readonly __tsonic_type_System_Text_RegularExpressions_RegexMatchTimeoutException: never;
460
460
 
461
461
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
@@ -463,7 +463,6 @@ export interface RegexMatchTimeoutException$instance extends TimeoutException {
463
463
  readonly Input: string;
464
464
  readonly MatchTimeout: TimeSpan;
465
465
  readonly Pattern: string;
466
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
467
466
  }
468
467
 
469
468