@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
@@ -2694,26 +2694,6 @@
2694
2694
  "declaringAssemblyName": "System.Private.CoreLib",
2695
2695
  "isExtensionMethod": false,
2696
2696
  "sourceInterface": "System.ICloneable"
2697
- },
2698
- {
2699
- "stableId": "System.Private.CoreLib:System.Globalization.ChineseLunisolarCalendar::Clone():System.Object",
2700
- "clrName": "Clone",
2701
- "metadataToken": 0,
2702
- "canonicalSignature": "():System.Object",
2703
- "normalizedSignature": "Clone|():System.Object|static=false",
2704
- "emitScope": "ClassSurface",
2705
- "provenance": "BaseOverload",
2706
- "arity": 0,
2707
- "parameterCount": 0,
2708
- "isStatic": false,
2709
- "isAbstract": false,
2710
- "isVirtual": true,
2711
- "isOverride": false,
2712
- "isSealed": false,
2713
- "visibility": "Public",
2714
- "declaringClrType": "System.Globalization.ChineseLunisolarCalendar",
2715
- "declaringAssemblyName": "System.Private.CoreLib",
2716
- "isExtensionMethod": false
2717
2697
  }
2718
2698
  ],
2719
2699
  "properties": [
@@ -6787,26 +6767,6 @@
6787
6767
  "isExtensionMethod": false,
6788
6768
  "sourceInterface": "System.ICloneable"
6789
6769
  },
6790
- {
6791
- "stableId": "System.Private.CoreLib:System.Globalization.EastAsianLunisolarCalendar::Clone():System.Object",
6792
- "clrName": "Clone",
6793
- "metadataToken": 0,
6794
- "canonicalSignature": "():System.Object",
6795
- "normalizedSignature": "Clone|():System.Object|static=false",
6796
- "emitScope": "ClassSurface",
6797
- "provenance": "BaseOverload",
6798
- "arity": 0,
6799
- "parameterCount": 0,
6800
- "isStatic": false,
6801
- "isAbstract": false,
6802
- "isVirtual": true,
6803
- "isOverride": false,
6804
- "isSealed": false,
6805
- "visibility": "Public",
6806
- "declaringClrType": "System.Globalization.EastAsianLunisolarCalendar",
6807
- "declaringAssemblyName": "System.Private.CoreLib",
6808
- "isExtensionMethod": false
6809
- },
6810
6770
  {
6811
6771
  "stableId": "System.Private.CoreLib:System.Globalization.EastAsianLunisolarCalendar::GetDaysInMonth(System.Int32,System.Int32):System.Int32",
6812
6772
  "clrName": "GetDaysInMonth",
@@ -7395,26 +7355,6 @@
7395
7355
  "isExtensionMethod": false,
7396
7356
  "sourceInterface": "System.ICloneable"
7397
7357
  },
7398
- {
7399
- "stableId": "System.Private.CoreLib:System.Globalization.GregorianCalendar::Clone():System.Object",
7400
- "clrName": "Clone",
7401
- "metadataToken": 0,
7402
- "canonicalSignature": "():System.Object",
7403
- "normalizedSignature": "Clone|():System.Object|static=false",
7404
- "emitScope": "ClassSurface",
7405
- "provenance": "BaseOverload",
7406
- "arity": 0,
7407
- "parameterCount": 0,
7408
- "isStatic": false,
7409
- "isAbstract": false,
7410
- "isVirtual": true,
7411
- "isOverride": false,
7412
- "isSealed": false,
7413
- "visibility": "Public",
7414
- "declaringClrType": "System.Globalization.GregorianCalendar",
7415
- "declaringAssemblyName": "System.Private.CoreLib",
7416
- "isExtensionMethod": false
7417
- },
7418
7358
  {
7419
7359
  "stableId": "System.Private.CoreLib:System.Globalization.GregorianCalendar::GetDaysInMonth(System.Int32,System.Int32):System.Int32",
7420
7360
  "clrName": "GetDaysInMonth",
@@ -8115,26 +8055,6 @@
8115
8055
  "isExtensionMethod": false,
8116
8056
  "sourceInterface": "System.ICloneable"
8117
8057
  },
8118
- {
8119
- "stableId": "System.Private.CoreLib:System.Globalization.HebrewCalendar::Clone():System.Object",
8120
- "clrName": "Clone",
8121
- "metadataToken": 0,
8122
- "canonicalSignature": "():System.Object",
8123
- "normalizedSignature": "Clone|():System.Object|static=false",
8124
- "emitScope": "ClassSurface",
8125
- "provenance": "BaseOverload",
8126
- "arity": 0,
8127
- "parameterCount": 0,
8128
- "isStatic": false,
8129
- "isAbstract": false,
8130
- "isVirtual": true,
8131
- "isOverride": false,
8132
- "isSealed": false,
8133
- "visibility": "Public",
8134
- "declaringClrType": "System.Globalization.HebrewCalendar",
8135
- "declaringAssemblyName": "System.Private.CoreLib",
8136
- "isExtensionMethod": false
8137
- },
8138
8058
  {
8139
8059
  "stableId": "System.Private.CoreLib:System.Globalization.HebrewCalendar::GetDaysInMonth(System.Int32,System.Int32):System.Int32",
8140
8060
  "clrName": "GetDaysInMonth",
@@ -8805,26 +8725,6 @@
8805
8725
  "isExtensionMethod": false,
8806
8726
  "sourceInterface": "System.ICloneable"
8807
8727
  },
8808
- {
8809
- "stableId": "System.Private.CoreLib:System.Globalization.HijriCalendar::Clone():System.Object",
8810
- "clrName": "Clone",
8811
- "metadataToken": 0,
8812
- "canonicalSignature": "():System.Object",
8813
- "normalizedSignature": "Clone|():System.Object|static=false",
8814
- "emitScope": "ClassSurface",
8815
- "provenance": "BaseOverload",
8816
- "arity": 0,
8817
- "parameterCount": 0,
8818
- "isStatic": false,
8819
- "isAbstract": false,
8820
- "isVirtual": true,
8821
- "isOverride": false,
8822
- "isSealed": false,
8823
- "visibility": "Public",
8824
- "declaringClrType": "System.Globalization.HijriCalendar",
8825
- "declaringAssemblyName": "System.Private.CoreLib",
8826
- "isExtensionMethod": false
8827
- },
8828
8728
  {
8829
8729
  "stableId": "System.Private.CoreLib:System.Globalization.HijriCalendar::GetDaysInMonth(System.Int32,System.Int32):System.Int32",
8830
8730
  "clrName": "GetDaysInMonth",
@@ -9786,26 +9686,6 @@
9786
9686
  "isExtensionMethod": false,
9787
9687
  "sourceInterface": "System.ICloneable"
9788
9688
  },
9789
- {
9790
- "stableId": "System.Private.CoreLib:System.Globalization.JapaneseCalendar::Clone():System.Object",
9791
- "clrName": "Clone",
9792
- "metadataToken": 0,
9793
- "canonicalSignature": "():System.Object",
9794
- "normalizedSignature": "Clone|():System.Object|static=false",
9795
- "emitScope": "ClassSurface",
9796
- "provenance": "BaseOverload",
9797
- "arity": 0,
9798
- "parameterCount": 0,
9799
- "isStatic": false,
9800
- "isAbstract": false,
9801
- "isVirtual": true,
9802
- "isOverride": false,
9803
- "isSealed": false,
9804
- "visibility": "Public",
9805
- "declaringClrType": "System.Globalization.JapaneseCalendar",
9806
- "declaringAssemblyName": "System.Private.CoreLib",
9807
- "isExtensionMethod": false
9808
- },
9809
9689
  {
9810
9690
  "stableId": "System.Private.CoreLib:System.Globalization.JapaneseCalendar::GetDaysInMonth(System.Int32,System.Int32):System.Int32",
9811
9691
  "clrName": "GetDaysInMonth",
@@ -10142,26 +10022,6 @@
10142
10022
  "declaringAssemblyName": "System.Private.CoreLib",
10143
10023
  "isExtensionMethod": false,
10144
10024
  "sourceInterface": "System.ICloneable"
10145
- },
10146
- {
10147
- "stableId": "System.Private.CoreLib:System.Globalization.JapaneseLunisolarCalendar::Clone():System.Object",
10148
- "clrName": "Clone",
10149
- "metadataToken": 0,
10150
- "canonicalSignature": "():System.Object",
10151
- "normalizedSignature": "Clone|():System.Object|static=false",
10152
- "emitScope": "ClassSurface",
10153
- "provenance": "BaseOverload",
10154
- "arity": 0,
10155
- "parameterCount": 0,
10156
- "isStatic": false,
10157
- "isAbstract": false,
10158
- "isVirtual": true,
10159
- "isOverride": false,
10160
- "isSealed": false,
10161
- "visibility": "Public",
10162
- "declaringClrType": "System.Globalization.JapaneseLunisolarCalendar",
10163
- "declaringAssemblyName": "System.Private.CoreLib",
10164
- "isExtensionMethod": false
10165
10025
  }
10166
10026
  ],
10167
10027
  "properties": [
@@ -10654,26 +10514,6 @@
10654
10514
  "isExtensionMethod": false,
10655
10515
  "sourceInterface": "System.ICloneable"
10656
10516
  },
10657
- {
10658
- "stableId": "System.Private.CoreLib:System.Globalization.JulianCalendar::Clone():System.Object",
10659
- "clrName": "Clone",
10660
- "metadataToken": 0,
10661
- "canonicalSignature": "():System.Object",
10662
- "normalizedSignature": "Clone|():System.Object|static=false",
10663
- "emitScope": "ClassSurface",
10664
- "provenance": "BaseOverload",
10665
- "arity": 0,
10666
- "parameterCount": 0,
10667
- "isStatic": false,
10668
- "isAbstract": false,
10669
- "isVirtual": true,
10670
- "isOverride": false,
10671
- "isSealed": false,
10672
- "visibility": "Public",
10673
- "declaringClrType": "System.Globalization.JulianCalendar",
10674
- "declaringAssemblyName": "System.Private.CoreLib",
10675
- "isExtensionMethod": false
10676
- },
10677
10517
  {
10678
10518
  "stableId": "System.Private.CoreLib:System.Globalization.JulianCalendar::GetDaysInMonth(System.Int32,System.Int32):System.Int32",
10679
10519
  "clrName": "GetDaysInMonth",
@@ -11364,26 +11204,6 @@
11364
11204
  "isExtensionMethod": false,
11365
11205
  "sourceInterface": "System.ICloneable"
11366
11206
  },
11367
- {
11368
- "stableId": "System.Private.CoreLib:System.Globalization.KoreanCalendar::Clone():System.Object",
11369
- "clrName": "Clone",
11370
- "metadataToken": 0,
11371
- "canonicalSignature": "():System.Object",
11372
- "normalizedSignature": "Clone|():System.Object|static=false",
11373
- "emitScope": "ClassSurface",
11374
- "provenance": "BaseOverload",
11375
- "arity": 0,
11376
- "parameterCount": 0,
11377
- "isStatic": false,
11378
- "isAbstract": false,
11379
- "isVirtual": true,
11380
- "isOverride": false,
11381
- "isSealed": false,
11382
- "visibility": "Public",
11383
- "declaringClrType": "System.Globalization.KoreanCalendar",
11384
- "declaringAssemblyName": "System.Private.CoreLib",
11385
- "isExtensionMethod": false
11386
- },
11387
11207
  {
11388
11208
  "stableId": "System.Private.CoreLib:System.Globalization.KoreanCalendar::GetDaysInMonth(System.Int32,System.Int32):System.Int32",
11389
11209
  "clrName": "GetDaysInMonth",
@@ -11733,26 +11553,6 @@
11733
11553
  "declaringAssemblyName": "System.Private.CoreLib",
11734
11554
  "isExtensionMethod": false,
11735
11555
  "sourceInterface": "System.ICloneable"
11736
- },
11737
- {
11738
- "stableId": "System.Private.CoreLib:System.Globalization.KoreanLunisolarCalendar::Clone():System.Object",
11739
- "clrName": "Clone",
11740
- "metadataToken": 0,
11741
- "canonicalSignature": "():System.Object",
11742
- "normalizedSignature": "Clone|():System.Object|static=false",
11743
- "emitScope": "ClassSurface",
11744
- "provenance": "BaseOverload",
11745
- "arity": 0,
11746
- "parameterCount": 0,
11747
- "isStatic": false,
11748
- "isAbstract": false,
11749
- "isVirtual": true,
11750
- "isOverride": false,
11751
- "isSealed": false,
11752
- "visibility": "Public",
11753
- "declaringClrType": "System.Globalization.KoreanLunisolarCalendar",
11754
- "declaringAssemblyName": "System.Private.CoreLib",
11755
- "isExtensionMethod": false
11756
11556
  }
11757
11557
  ],
11758
11558
  "properties": [
@@ -12982,26 +12782,6 @@
12982
12782
  "isExtensionMethod": false,
12983
12783
  "sourceInterface": "System.ICloneable"
12984
12784
  },
12985
- {
12986
- "stableId": "System.Private.CoreLib:System.Globalization.PersianCalendar::Clone():System.Object",
12987
- "clrName": "Clone",
12988
- "metadataToken": 0,
12989
- "canonicalSignature": "():System.Object",
12990
- "normalizedSignature": "Clone|():System.Object|static=false",
12991
- "emitScope": "ClassSurface",
12992
- "provenance": "BaseOverload",
12993
- "arity": 0,
12994
- "parameterCount": 0,
12995
- "isStatic": false,
12996
- "isAbstract": false,
12997
- "isVirtual": true,
12998
- "isOverride": false,
12999
- "isSealed": false,
13000
- "visibility": "Public",
13001
- "declaringClrType": "System.Globalization.PersianCalendar",
13002
- "declaringAssemblyName": "System.Private.CoreLib",
13003
- "isExtensionMethod": false
13004
- },
13005
12785
  {
13006
12786
  "stableId": "System.Private.CoreLib:System.Globalization.PersianCalendar::GetDaysInMonth(System.Int32,System.Int32):System.Int32",
13007
12787
  "clrName": "GetDaysInMonth",
@@ -14692,26 +14472,6 @@
14692
14472
  "isExtensionMethod": false,
14693
14473
  "sourceInterface": "System.ICloneable"
14694
14474
  },
14695
- {
14696
- "stableId": "System.Private.CoreLib:System.Globalization.TaiwanCalendar::Clone():System.Object",
14697
- "clrName": "Clone",
14698
- "metadataToken": 0,
14699
- "canonicalSignature": "():System.Object",
14700
- "normalizedSignature": "Clone|():System.Object|static=false",
14701
- "emitScope": "ClassSurface",
14702
- "provenance": "BaseOverload",
14703
- "arity": 0,
14704
- "parameterCount": 0,
14705
- "isStatic": false,
14706
- "isAbstract": false,
14707
- "isVirtual": true,
14708
- "isOverride": false,
14709
- "isSealed": false,
14710
- "visibility": "Public",
14711
- "declaringClrType": "System.Globalization.TaiwanCalendar",
14712
- "declaringAssemblyName": "System.Private.CoreLib",
14713
- "isExtensionMethod": false
14714
- },
14715
14475
  {
14716
14476
  "stableId": "System.Private.CoreLib:System.Globalization.TaiwanCalendar::GetDaysInMonth(System.Int32,System.Int32):System.Int32",
14717
14477
  "clrName": "GetDaysInMonth",
@@ -15048,26 +14808,6 @@
15048
14808
  "declaringAssemblyName": "System.Private.CoreLib",
15049
14809
  "isExtensionMethod": false,
15050
14810
  "sourceInterface": "System.ICloneable"
15051
- },
15052
- {
15053
- "stableId": "System.Private.CoreLib:System.Globalization.TaiwanLunisolarCalendar::Clone():System.Object",
15054
- "clrName": "Clone",
15055
- "metadataToken": 0,
15056
- "canonicalSignature": "():System.Object",
15057
- "normalizedSignature": "Clone|():System.Object|static=false",
15058
- "emitScope": "ClassSurface",
15059
- "provenance": "BaseOverload",
15060
- "arity": 0,
15061
- "parameterCount": 0,
15062
- "isStatic": false,
15063
- "isAbstract": false,
15064
- "isVirtual": true,
15065
- "isOverride": false,
15066
- "isSealed": false,
15067
- "visibility": "Public",
15068
- "declaringClrType": "System.Globalization.TaiwanLunisolarCalendar",
15069
- "declaringAssemblyName": "System.Private.CoreLib",
15070
- "isExtensionMethod": false
15071
14811
  }
15072
14812
  ],
15073
14813
  "properties": [
@@ -16202,26 +15942,6 @@
16202
15942
  "isExtensionMethod": false,
16203
15943
  "sourceInterface": "System.ICloneable"
16204
15944
  },
16205
- {
16206
- "stableId": "System.Private.CoreLib:System.Globalization.ThaiBuddhistCalendar::Clone():System.Object",
16207
- "clrName": "Clone",
16208
- "metadataToken": 0,
16209
- "canonicalSignature": "():System.Object",
16210
- "normalizedSignature": "Clone|():System.Object|static=false",
16211
- "emitScope": "ClassSurface",
16212
- "provenance": "BaseOverload",
16213
- "arity": 0,
16214
- "parameterCount": 0,
16215
- "isStatic": false,
16216
- "isAbstract": false,
16217
- "isVirtual": true,
16218
- "isOverride": false,
16219
- "isSealed": false,
16220
- "visibility": "Public",
16221
- "declaringClrType": "System.Globalization.ThaiBuddhistCalendar",
16222
- "declaringAssemblyName": "System.Private.CoreLib",
16223
- "isExtensionMethod": false
16224
- },
16225
15945
  {
16226
15946
  "stableId": "System.Private.CoreLib:System.Globalization.ThaiBuddhistCalendar::GetDaysInMonth(System.Int32,System.Int32):System.Int32",
16227
15947
  "clrName": "GetDaysInMonth",
@@ -16892,26 +16612,6 @@
16892
16612
  "isExtensionMethod": false,
16893
16613
  "sourceInterface": "System.ICloneable"
16894
16614
  },
16895
- {
16896
- "stableId": "System.Private.CoreLib:System.Globalization.UmAlQuraCalendar::Clone():System.Object",
16897
- "clrName": "Clone",
16898
- "metadataToken": 0,
16899
- "canonicalSignature": "():System.Object",
16900
- "normalizedSignature": "Clone|():System.Object|static=false",
16901
- "emitScope": "ClassSurface",
16902
- "provenance": "BaseOverload",
16903
- "arity": 0,
16904
- "parameterCount": 0,
16905
- "isStatic": false,
16906
- "isAbstract": false,
16907
- "isVirtual": true,
16908
- "isOverride": false,
16909
- "isSealed": false,
16910
- "visibility": "Public",
16911
- "declaringClrType": "System.Globalization.UmAlQuraCalendar",
16912
- "declaringAssemblyName": "System.Private.CoreLib",
16913
- "isExtensionMethod": false
16914
- },
16915
16615
  {
16916
16616
  "stableId": "System.Private.CoreLib:System.Globalization.UmAlQuraCalendar::GetDaysInMonth(System.Int32,System.Int32):System.Int32",
16917
16617
  "clrName": "GetDaysInMonth",
@@ -218,7 +218,7 @@ export interface __Calendar$views {
218
218
  export type Calendar = Calendar$instance & __Calendar$views;
219
219
 
220
220
 
221
- export interface ChineseLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance {
221
+ export interface ChineseLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance, System_Internal.ICloneable$instance {
222
222
  readonly __tsonic_type_System_Globalization_ChineseLunisolarCalendar: never;
223
223
 
224
224
  readonly __tsonic_iface_System_ICloneable: never;
@@ -227,7 +227,6 @@ export interface ChineseLunisolarCalendar$instance extends EastAsianLunisolarCal
227
227
  readonly Eras: int[];
228
228
  readonly MaxSupportedDateTime: DateTime;
229
229
  readonly MinSupportedDateTime: DateTime;
230
- Clone(): unknown;
231
230
  GetEra(time: DateTime): int;
232
231
  }
233
232
 
@@ -510,7 +509,7 @@ export const DaylightTime: {
510
509
 
511
510
  export type DaylightTime = DaylightTime$instance;
512
511
 
513
- export interface EastAsianLunisolarCalendar$instance extends Calendar$instance {
512
+ export interface EastAsianLunisolarCalendar$instance extends Calendar$instance, System_Internal.ICloneable$instance {
514
513
  readonly __tsonic_type_System_Globalization_EastAsianLunisolarCalendar: never;
515
514
 
516
515
  readonly __tsonic_iface_System_ICloneable: never;
@@ -519,7 +518,6 @@ export interface EastAsianLunisolarCalendar$instance extends Calendar$instance {
519
518
  TwoDigitYearMax: int;
520
519
  AddMonths(time: DateTime, months: int): DateTime;
521
520
  AddYears(time: DateTime, years: int): DateTime;
522
- Clone(): unknown;
523
521
  GetCelestialStem(sexagenaryYear: int): int;
524
522
  GetDayOfMonth(time: DateTime): int;
525
523
  GetDayOfWeek(time: DateTime): DayOfWeek;
@@ -559,7 +557,7 @@ export interface __EastAsianLunisolarCalendar$views {
559
557
  export type EastAsianLunisolarCalendar = EastAsianLunisolarCalendar$instance & __EastAsianLunisolarCalendar$views;
560
558
 
561
559
 
562
- export interface GregorianCalendar$instance extends Calendar$instance {
560
+ export interface GregorianCalendar$instance extends Calendar$instance, System_Internal.ICloneable$instance {
563
561
  readonly __tsonic_type_System_Globalization_GregorianCalendar: never;
564
562
 
565
563
  readonly __tsonic_iface_System_ICloneable: never;
@@ -572,7 +570,6 @@ export interface GregorianCalendar$instance extends Calendar$instance {
572
570
  TwoDigitYearMax: int;
573
571
  AddMonths(time: DateTime, months: int): DateTime;
574
572
  AddYears(time: DateTime, years: int): DateTime;
575
- Clone(): unknown;
576
573
  GetDayOfMonth(time: DateTime): int;
577
574
  GetDayOfWeek(time: DateTime): DayOfWeek;
578
575
  GetDayOfYear(time: DateTime): int;
@@ -613,7 +610,7 @@ export interface __GregorianCalendar$views {
613
610
  export type GregorianCalendar = GregorianCalendar$instance & __GregorianCalendar$views;
614
611
 
615
612
 
616
- export interface HebrewCalendar$instance extends Calendar$instance {
613
+ export interface HebrewCalendar$instance extends Calendar$instance, System_Internal.ICloneable$instance {
617
614
  readonly __tsonic_type_System_Globalization_HebrewCalendar: never;
618
615
 
619
616
  readonly __tsonic_iface_System_ICloneable: never;
@@ -625,7 +622,6 @@ export interface HebrewCalendar$instance extends Calendar$instance {
625
622
  TwoDigitYearMax: int;
626
623
  AddMonths(time: DateTime, months: int): DateTime;
627
624
  AddYears(time: DateTime, years: int): DateTime;
628
- Clone(): unknown;
629
625
  GetDayOfMonth(time: DateTime): int;
630
626
  GetDayOfWeek(time: DateTime): DayOfWeek;
631
627
  GetDayOfYear(time: DateTime): int;
@@ -665,7 +661,7 @@ export interface __HebrewCalendar$views {
665
661
  export type HebrewCalendar = HebrewCalendar$instance & __HebrewCalendar$views;
666
662
 
667
663
 
668
- export interface HijriCalendar$instance extends Calendar$instance {
664
+ export interface HijriCalendar$instance extends Calendar$instance, System_Internal.ICloneable$instance {
669
665
  readonly __tsonic_type_System_Globalization_HijriCalendar: never;
670
666
 
671
667
  readonly __tsonic_iface_System_ICloneable: never;
@@ -679,7 +675,6 @@ export interface HijriCalendar$instance extends Calendar$instance {
679
675
  TwoDigitYearMax: int;
680
676
  AddMonths(time: DateTime, months: int): DateTime;
681
677
  AddYears(time: DateTime, years: int): DateTime;
682
- Clone(): unknown;
683
678
  GetDayOfMonth(time: DateTime): int;
684
679
  GetDayOfWeek(time: DateTime): DayOfWeek;
685
680
  GetDayOfYear(time: DateTime): int;
@@ -742,7 +737,7 @@ export const IdnMapping: {
742
737
 
743
738
  export type IdnMapping = IdnMapping$instance;
744
739
 
745
- export interface JapaneseCalendar$instance extends Calendar$instance {
740
+ export interface JapaneseCalendar$instance extends Calendar$instance, System_Internal.ICloneable$instance {
746
741
  readonly __tsonic_type_System_Globalization_JapaneseCalendar: never;
747
742
 
748
743
  readonly __tsonic_iface_System_ICloneable: never;
@@ -754,7 +749,6 @@ export interface JapaneseCalendar$instance extends Calendar$instance {
754
749
  TwoDigitYearMax: int;
755
750
  AddMonths(time: DateTime, months: int): DateTime;
756
751
  AddYears(time: DateTime, years: int): DateTime;
757
- Clone(): unknown;
758
752
  GetDayOfMonth(time: DateTime): int;
759
753
  GetDayOfWeek(time: DateTime): DayOfWeek;
760
754
  GetDayOfYear(time: DateTime): int;
@@ -794,7 +788,7 @@ export interface __JapaneseCalendar$views {
794
788
  export type JapaneseCalendar = JapaneseCalendar$instance & __JapaneseCalendar$views;
795
789
 
796
790
 
797
- export interface JapaneseLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance {
791
+ export interface JapaneseLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance, System_Internal.ICloneable$instance {
798
792
  readonly __tsonic_type_System_Globalization_JapaneseLunisolarCalendar: never;
799
793
 
800
794
  readonly __tsonic_iface_System_ICloneable: never;
@@ -803,7 +797,6 @@ export interface JapaneseLunisolarCalendar$instance extends EastAsianLunisolarCa
803
797
  readonly Eras: int[];
804
798
  readonly MaxSupportedDateTime: DateTime;
805
799
  readonly MinSupportedDateTime: DateTime;
806
- Clone(): unknown;
807
800
  GetEra(time: DateTime): int;
808
801
  }
809
802
 
@@ -821,7 +814,7 @@ export interface __JapaneseLunisolarCalendar$views {
821
814
  export type JapaneseLunisolarCalendar = JapaneseLunisolarCalendar$instance & __JapaneseLunisolarCalendar$views;
822
815
 
823
816
 
824
- export interface JulianCalendar$instance extends Calendar$instance {
817
+ export interface JulianCalendar$instance extends Calendar$instance, System_Internal.ICloneable$instance {
825
818
  readonly __tsonic_type_System_Globalization_JulianCalendar: never;
826
819
 
827
820
  readonly __tsonic_iface_System_ICloneable: never;
@@ -833,7 +826,6 @@ export interface JulianCalendar$instance extends Calendar$instance {
833
826
  TwoDigitYearMax: int;
834
827
  AddMonths(time: DateTime, months: int): DateTime;
835
828
  AddYears(time: DateTime, years: int): DateTime;
836
- Clone(): unknown;
837
829
  GetDayOfMonth(time: DateTime): int;
838
830
  GetDayOfWeek(time: DateTime): DayOfWeek;
839
831
  GetDayOfYear(time: DateTime): int;
@@ -873,7 +865,7 @@ export interface __JulianCalendar$views {
873
865
  export type JulianCalendar = JulianCalendar$instance & __JulianCalendar$views;
874
866
 
875
867
 
876
- export interface KoreanCalendar$instance extends Calendar$instance {
868
+ export interface KoreanCalendar$instance extends Calendar$instance, System_Internal.ICloneable$instance {
877
869
  readonly __tsonic_type_System_Globalization_KoreanCalendar: never;
878
870
 
879
871
  readonly __tsonic_iface_System_ICloneable: never;
@@ -885,7 +877,6 @@ export interface KoreanCalendar$instance extends Calendar$instance {
885
877
  TwoDigitYearMax: int;
886
878
  AddMonths(time: DateTime, months: int): DateTime;
887
879
  AddYears(time: DateTime, years: int): DateTime;
888
- Clone(): unknown;
889
880
  GetDayOfMonth(time: DateTime): int;
890
881
  GetDayOfWeek(time: DateTime): DayOfWeek;
891
882
  GetDayOfYear(time: DateTime): int;
@@ -926,7 +917,7 @@ export interface __KoreanCalendar$views {
926
917
  export type KoreanCalendar = KoreanCalendar$instance & __KoreanCalendar$views;
927
918
 
928
919
 
929
- export interface KoreanLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance {
920
+ export interface KoreanLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance, System_Internal.ICloneable$instance {
930
921
  readonly __tsonic_type_System_Globalization_KoreanLunisolarCalendar: never;
931
922
 
932
923
  readonly __tsonic_iface_System_ICloneable: never;
@@ -935,7 +926,6 @@ export interface KoreanLunisolarCalendar$instance extends EastAsianLunisolarCale
935
926
  readonly Eras: int[];
936
927
  readonly MaxSupportedDateTime: DateTime;
937
928
  readonly MinSupportedDateTime: DateTime;
938
- Clone(): unknown;
939
929
  GetEra(time: DateTime): int;
940
930
  }
941
931
 
@@ -1009,7 +999,7 @@ export interface __NumberFormatInfo$views {
1009
999
  export type NumberFormatInfo = NumberFormatInfo$instance & __NumberFormatInfo$views;
1010
1000
 
1011
1001
 
1012
- export interface PersianCalendar$instance extends Calendar$instance {
1002
+ export interface PersianCalendar$instance extends Calendar$instance, System_Internal.ICloneable$instance {
1013
1003
  readonly __tsonic_type_System_Globalization_PersianCalendar: never;
1014
1004
 
1015
1005
  readonly __tsonic_iface_System_ICloneable: never;
@@ -1021,7 +1011,6 @@ export interface PersianCalendar$instance extends Calendar$instance {
1021
1011
  TwoDigitYearMax: int;
1022
1012
  AddMonths(time: DateTime, months: int): DateTime;
1023
1013
  AddYears(time: DateTime, years: int): DateTime;
1024
- Clone(): unknown;
1025
1014
  GetDayOfMonth(time: DateTime): int;
1026
1015
  GetDayOfWeek(time: DateTime): DayOfWeek;
1027
1016
  GetDayOfYear(time: DateTime): int;
@@ -1166,7 +1155,7 @@ export const StringInfo: {
1166
1155
 
1167
1156
  export type StringInfo = StringInfo$instance;
1168
1157
 
1169
- export interface TaiwanCalendar$instance extends Calendar$instance {
1158
+ export interface TaiwanCalendar$instance extends Calendar$instance, System_Internal.ICloneable$instance {
1170
1159
  readonly __tsonic_type_System_Globalization_TaiwanCalendar: never;
1171
1160
 
1172
1161
  readonly __tsonic_iface_System_ICloneable: never;
@@ -1178,7 +1167,6 @@ export interface TaiwanCalendar$instance extends Calendar$instance {
1178
1167
  TwoDigitYearMax: int;
1179
1168
  AddMonths(time: DateTime, months: int): DateTime;
1180
1169
  AddYears(time: DateTime, years: int): DateTime;
1181
- Clone(): unknown;
1182
1170
  GetDayOfMonth(time: DateTime): int;
1183
1171
  GetDayOfWeek(time: DateTime): DayOfWeek;
1184
1172
  GetDayOfYear(time: DateTime): int;
@@ -1218,7 +1206,7 @@ export interface __TaiwanCalendar$views {
1218
1206
  export type TaiwanCalendar = TaiwanCalendar$instance & __TaiwanCalendar$views;
1219
1207
 
1220
1208
 
1221
- export interface TaiwanLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance {
1209
+ export interface TaiwanLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance, System_Internal.ICloneable$instance {
1222
1210
  readonly __tsonic_type_System_Globalization_TaiwanLunisolarCalendar: never;
1223
1211
 
1224
1212
  readonly __tsonic_iface_System_ICloneable: never;
@@ -1227,7 +1215,6 @@ export interface TaiwanLunisolarCalendar$instance extends EastAsianLunisolarCale
1227
1215
  readonly Eras: int[];
1228
1216
  readonly MaxSupportedDateTime: DateTime;
1229
1217
  readonly MinSupportedDateTime: DateTime;
1230
- Clone(): unknown;
1231
1218
  GetEra(time: DateTime): int;
1232
1219
  }
1233
1220
 
@@ -1308,7 +1295,7 @@ export interface __TextInfo$views {
1308
1295
  export type TextInfo = TextInfo$instance & __TextInfo$views;
1309
1296
 
1310
1297
 
1311
- export interface ThaiBuddhistCalendar$instance extends Calendar$instance {
1298
+ export interface ThaiBuddhistCalendar$instance extends Calendar$instance, System_Internal.ICloneable$instance {
1312
1299
  readonly __tsonic_type_System_Globalization_ThaiBuddhistCalendar: never;
1313
1300
 
1314
1301
  readonly __tsonic_iface_System_ICloneable: never;
@@ -1320,7 +1307,6 @@ export interface ThaiBuddhistCalendar$instance extends Calendar$instance {
1320
1307
  TwoDigitYearMax: int;
1321
1308
  AddMonths(time: DateTime, months: int): DateTime;
1322
1309
  AddYears(time: DateTime, years: int): DateTime;
1323
- Clone(): unknown;
1324
1310
  GetDayOfMonth(time: DateTime): int;
1325
1311
  GetDayOfWeek(time: DateTime): DayOfWeek;
1326
1312
  GetDayOfYear(time: DateTime): int;
@@ -1361,7 +1347,7 @@ export interface __ThaiBuddhistCalendar$views {
1361
1347
  export type ThaiBuddhistCalendar = ThaiBuddhistCalendar$instance & __ThaiBuddhistCalendar$views;
1362
1348
 
1363
1349
 
1364
- export interface UmAlQuraCalendar$instance extends Calendar$instance {
1350
+ export interface UmAlQuraCalendar$instance extends Calendar$instance, System_Internal.ICloneable$instance {
1365
1351
  readonly __tsonic_type_System_Globalization_UmAlQuraCalendar: never;
1366
1352
 
1367
1353
  readonly __tsonic_iface_System_ICloneable: never;
@@ -1374,7 +1360,6 @@ export interface UmAlQuraCalendar$instance extends Calendar$instance {
1374
1360
  TwoDigitYearMax: int;
1375
1361
  AddMonths(time: DateTime, months: int): DateTime;
1376
1362
  AddYears(time: DateTime, years: int): DateTime;
1377
- Clone(): unknown;
1378
1363
  GetDayOfMonth(time: DateTime): int;
1379
1364
  GetDayOfWeek(time: DateTime): DayOfWeek;
1380
1365
  GetDayOfYear(time: DateTime): int;