@tsonic/efcore-sqlserver 0.1.1

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 (399) hide show
  1. package/Azure/bindings.json +4791 -0
  2. package/Azure/internal/index.d.ts +433 -0
  3. package/Azure/internal/metadata.json +2772 -0
  4. package/Azure.Core/bindings.json +8215 -0
  5. package/Azure.Core/internal/index.d.ts +665 -0
  6. package/Azure.Core/internal/metadata.json +5291 -0
  7. package/Azure.Core.Cryptography/bindings.json +158 -0
  8. package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
  9. package/Azure.Core.Cryptography/internal/metadata.json +122 -0
  10. package/Azure.Core.Cryptography.d.ts +15 -0
  11. package/Azure.Core.Cryptography.js +9 -0
  12. package/Azure.Core.Diagnostics/bindings.json +154 -0
  13. package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
  14. package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
  15. package/Azure.Core.Diagnostics.d.ts +13 -0
  16. package/Azure.Core.Diagnostics.js +9 -0
  17. package/Azure.Core.Extensions/bindings.json +158 -0
  18. package/Azure.Core.Extensions/internal/index.d.ts +42 -0
  19. package/Azure.Core.Extensions/internal/metadata.json +139 -0
  20. package/Azure.Core.Extensions.d.ts +16 -0
  21. package/Azure.Core.Extensions.js +9 -0
  22. package/Azure.Core.GeoJson/bindings.json +2736 -0
  23. package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
  24. package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
  25. package/Azure.Core.GeoJson.d.ts +29 -0
  26. package/Azure.Core.GeoJson.js +9 -0
  27. package/Azure.Core.Pipeline/bindings.json +1894 -0
  28. package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
  29. package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
  30. package/Azure.Core.Pipeline.d.ts +32 -0
  31. package/Azure.Core.Pipeline.js +9 -0
  32. package/Azure.Core.Serialization/bindings.json +691 -0
  33. package/Azure.Core.Serialization/internal/index.d.ts +90 -0
  34. package/Azure.Core.Serialization/internal/metadata.json +468 -0
  35. package/Azure.Core.Serialization.d.ts +23 -0
  36. package/Azure.Core.Serialization.js +9 -0
  37. package/Azure.Core.d.ts +60 -0
  38. package/Azure.Core.js +9 -0
  39. package/Azure.Identity/bindings.json +11689 -0
  40. package/Azure.Identity/internal/index.d.ts +884 -0
  41. package/Azure.Identity/internal/metadata.json +5255 -0
  42. package/Azure.Identity.d.ts +75 -0
  43. package/Azure.Identity.js +9 -0
  44. package/Azure.Messaging/bindings.json +515 -0
  45. package/Azure.Messaging/internal/index.d.ts +62 -0
  46. package/Azure.Messaging/internal/metadata.json +316 -0
  47. package/Azure.Messaging.d.ts +17 -0
  48. package/Azure.Messaging.js +9 -0
  49. package/Azure.d.ts +69 -0
  50. package/Azure.js +9 -0
  51. package/LICENSE +21 -0
  52. package/Microsoft.Data/bindings.json +74 -0
  53. package/Microsoft.Data/internal/index.d.ts +33 -0
  54. package/Microsoft.Data/internal/metadata.json +59 -0
  55. package/Microsoft.Data.Sql/bindings.json +221 -0
  56. package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
  57. package/Microsoft.Data.Sql/internal/metadata.json +136 -0
  58. package/Microsoft.Data.Sql.d.ts +15 -0
  59. package/Microsoft.Data.Sql.js +9 -0
  60. package/Microsoft.Data.SqlClient/bindings.json +17875 -0
  61. package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
  62. package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
  63. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
  64. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
  65. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
  66. package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
  67. package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
  68. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
  69. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
  70. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
  71. package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
  72. package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
  73. package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
  74. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
  75. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
  76. package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
  77. package/Microsoft.Data.SqlClient.Server.js +9 -0
  78. package/Microsoft.Data.SqlClient.d.ts +92 -0
  79. package/Microsoft.Data.SqlClient.js +9 -0
  80. package/Microsoft.Data.SqlTypes/bindings.json +902 -0
  81. package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
  82. package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
  83. package/Microsoft.Data.SqlTypes.d.ts +17 -0
  84. package/Microsoft.Data.SqlTypes.js +9 -0
  85. package/Microsoft.Data.d.ts +15 -0
  86. package/Microsoft.Data.js +9 -0
  87. package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
  88. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
  89. package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
  90. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
  91. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
  92. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
  93. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  94. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
  96. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
  97. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
  98. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
  99. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  100. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
  101. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
  102. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
  103. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
  104. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
  105. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
  106. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
  107. package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
  108. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
  109. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
  110. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
  111. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
  112. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  113. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
  114. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
  115. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
  116. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
  117. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  118. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  119. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  120. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  121. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
  122. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  123. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
  124. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
  125. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
  126. package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
  127. package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
  128. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
  129. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  130. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
  131. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
  132. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
  133. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
  134. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
  135. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
  136. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
  137. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
  138. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
  139. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
  140. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
  141. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
  142. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
  143. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
  144. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
  145. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
  146. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
  147. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
  148. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
  149. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
  150. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
  151. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
  152. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
  153. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
  154. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
  155. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
  156. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
  157. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
  158. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
  159. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
  160. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
  161. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
  162. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
  163. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
  164. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
  165. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
  166. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
  167. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
  168. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
  169. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
  170. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
  171. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
  172. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
  173. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
  174. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
  175. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
  176. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
  177. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
  178. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
  179. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
  180. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
  181. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
  182. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
  183. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
  184. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
  185. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
  186. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
  187. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
  188. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
  189. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
  190. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
  191. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
  192. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
  193. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
  194. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
  195. package/Microsoft.EntityFrameworkCore.d.ts +46 -0
  196. package/Microsoft.EntityFrameworkCore.js +9 -0
  197. package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
  198. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
  199. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
  200. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  201. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  202. package/Microsoft.Identity.Client/bindings.json +23512 -0
  203. package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
  204. package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
  205. package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
  206. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
  207. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
  208. package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
  209. package/Microsoft.Identity.Client.Advanced.js +9 -0
  210. package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
  211. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
  212. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
  213. package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
  214. package/Microsoft.Identity.Client.AppConfig.js +9 -0
  215. package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
  216. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
  217. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
  218. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
  219. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
  220. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
  221. package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
  222. package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
  223. package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
  224. package/Microsoft.Identity.Client.AuthScheme.js +9 -0
  225. package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
  226. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
  227. package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
  228. package/Microsoft.Identity.Client.Cache.d.ts +13 -0
  229. package/Microsoft.Identity.Client.Cache.js +9 -0
  230. package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
  231. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
  233. package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
  234. package/Microsoft.Identity.Client.Extensibility.js +9 -0
  235. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
  236. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
  237. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
  238. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
  239. package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
  240. package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
  241. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
  242. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
  243. package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
  244. package/Microsoft.Identity.Client.Kerberos.js +9 -0
  245. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
  246. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
  247. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
  248. package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
  249. package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
  250. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
  251. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
  252. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
  253. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
  254. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
  255. package/Microsoft.Identity.Client.RP/bindings.json +83 -0
  256. package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
  257. package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
  258. package/Microsoft.Identity.Client.RP.d.ts +18 -0
  259. package/Microsoft.Identity.Client.RP.js +9 -0
  260. package/Microsoft.Identity.Client.Region/bindings.json +167 -0
  261. package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
  262. package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
  263. package/Microsoft.Identity.Client.Region.d.ts +12 -0
  264. package/Microsoft.Identity.Client.Region.js +9 -0
  265. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
  266. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
  267. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
  268. package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
  269. package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
  270. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
  271. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
  272. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
  273. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
  274. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
  275. package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
  276. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
  277. package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
  278. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
  279. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
  280. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
  281. package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
  282. package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
  283. package/Microsoft.Identity.Client.Utils.d.ts +13 -0
  284. package/Microsoft.Identity.Client.Utils.js +9 -0
  285. package/Microsoft.Identity.Client.d.ts +124 -0
  286. package/Microsoft.Identity.Client.js +9 -0
  287. package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
  288. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
  289. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
  290. package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
  291. package/Microsoft.IdentityModel.Abstractions.js +9 -0
  292. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
  293. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
  294. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
  295. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
  296. package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
  297. package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
  298. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
  299. package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
  300. package/Microsoft.IdentityModel.Logging.d.ts +21 -0
  301. package/Microsoft.IdentityModel.Logging.js +9 -0
  302. package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
  303. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
  304. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
  305. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
  306. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
  307. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
  308. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
  309. package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
  310. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
  311. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
  312. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
  313. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
  314. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
  315. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
  316. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
  317. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
  318. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
  319. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
  320. package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
  321. package/Microsoft.IdentityModel.Protocols.js +9 -0
  322. package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
  323. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
  324. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
  325. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
  326. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
  327. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
  328. package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
  329. package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
  330. package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
  331. package/Microsoft.IdentityModel.Tokens.js +9 -0
  332. package/Microsoft.SqlServer.Server/bindings.json +1337 -0
  333. package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
  334. package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
  335. package/Microsoft.SqlServer.Server.d.ts +23 -0
  336. package/Microsoft.SqlServer.Server.js +9 -0
  337. package/README.md +5 -0
  338. package/System/bindings.json +877 -0
  339. package/System/internal/index.d.ts +67 -0
  340. package/System/internal/metadata.json +523 -0
  341. package/System.ClientModel/bindings.json +975 -0
  342. package/System.ClientModel/internal/index.d.ts +152 -0
  343. package/System.ClientModel/internal/metadata.json +637 -0
  344. package/System.ClientModel.Primitives/bindings.json +5278 -0
  345. package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
  346. package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
  347. package/System.ClientModel.Primitives.d.ts +65 -0
  348. package/System.ClientModel.Primitives.js +9 -0
  349. package/System.ClientModel.d.ts +42 -0
  350. package/System.ClientModel.js +9 -0
  351. package/System.Configuration/bindings.json +22798 -0
  352. package/System.Configuration/internal/index.d.ts +2085 -0
  353. package/System.Configuration/internal/metadata.json +11888 -0
  354. package/System.Configuration.Internal/bindings.json +3313 -0
  355. package/System.Configuration.Internal/internal/index.d.ts +228 -0
  356. package/System.Configuration.Internal/internal/metadata.json +2269 -0
  357. package/System.Configuration.Internal.d.ts +30 -0
  358. package/System.Configuration.Internal.js +9 -0
  359. package/System.Configuration.Provider/bindings.json +447 -0
  360. package/System.Configuration.Provider/internal/index.d.ts +63 -0
  361. package/System.Configuration.Provider/internal/metadata.json +284 -0
  362. package/System.Configuration.Provider.d.ts +17 -0
  363. package/System.Configuration.Provider.js +9 -0
  364. package/System.Configuration.d.ts +166 -0
  365. package/System.Configuration.js +9 -0
  366. package/System.Diagnostics/bindings.json +44 -0
  367. package/System.Diagnostics/internal/index.d.ts +18 -0
  368. package/System.Diagnostics/internal/metadata.json +48 -0
  369. package/System.Diagnostics.d.ts +12 -0
  370. package/System.Diagnostics.js +9 -0
  371. package/System.Drawing.Configuration/bindings.json +178 -0
  372. package/System.Drawing.Configuration/internal/index.d.ts +25 -0
  373. package/System.Drawing.Configuration/internal/metadata.json +46 -0
  374. package/System.Drawing.Configuration.d.ts +13 -0
  375. package/System.Drawing.Configuration.js +9 -0
  376. package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
  377. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
  378. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
  379. package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
  380. package/System.IdentityModel.Tokens.Jwt.js +9 -0
  381. package/System.Security.Cryptography/bindings.json +146 -0
  382. package/System.Security.Cryptography/internal/index.d.ts +25 -0
  383. package/System.Security.Cryptography/internal/metadata.json +104 -0
  384. package/System.Security.Cryptography.d.ts +13 -0
  385. package/System.Security.Cryptography.js +9 -0
  386. package/System.Text.Json.Serialization/bindings.json +96 -0
  387. package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
  388. package/System.Text.Json.Serialization/internal/metadata.json +70 -0
  389. package/System.Text.Json.Serialization.d.ts +15 -0
  390. package/System.Text.Json.Serialization.js +9 -0
  391. package/System.d.ts +21 -0
  392. package/System.js +9 -0
  393. package/__build/ref/Program.cs +5 -0
  394. package/__build/ref/ref.csproj +14 -0
  395. package/__build/scripts/generate.sh +113 -0
  396. package/__internal/extensions/index.d.ts +153 -0
  397. package/families.json +30 -0
  398. package/package.json +27 -0
  399. package/tsconfig.json +20 -0
@@ -0,0 +1,1469 @@
1
+ {
2
+ "namespace": "Azure.Core.GeoJson",
3
+ "contributingAssemblies": [
4
+ "Azure.Core"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType",
9
+ "clrName": "Azure.Core.GeoJson.GeoObjectType",
10
+ "tsEmitName": "GeoObjectType",
11
+ "kind": "Enum",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": true,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [],
18
+ "properties": [],
19
+ "fields": [
20
+ {
21
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::value__System.Int32",
22
+ "clrName": "value__",
23
+ "tsEmitName": "value__",
24
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
25
+ "isStatic": false,
26
+ "isReadOnly": false,
27
+ "isLiteral": false
28
+ },
29
+ {
30
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::PointAzure.Core.GeoJson.GeoObjectType",
31
+ "clrName": "Point",
32
+ "tsEmitName": "point",
33
+ "normalizedSignature": "Point|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
34
+ "isStatic": true,
35
+ "isReadOnly": false,
36
+ "isLiteral": true
37
+ },
38
+ {
39
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::MultiPointAzure.Core.GeoJson.GeoObjectType",
40
+ "clrName": "MultiPoint",
41
+ "tsEmitName": "multiPoint",
42
+ "normalizedSignature": "MultiPoint|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
43
+ "isStatic": true,
44
+ "isReadOnly": false,
45
+ "isLiteral": true
46
+ },
47
+ {
48
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::PolygonAzure.Core.GeoJson.GeoObjectType",
49
+ "clrName": "Polygon",
50
+ "tsEmitName": "polygon",
51
+ "normalizedSignature": "Polygon|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "isLiteral": true
55
+ },
56
+ {
57
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::MultiPolygonAzure.Core.GeoJson.GeoObjectType",
58
+ "clrName": "MultiPolygon",
59
+ "tsEmitName": "multiPolygon",
60
+ "normalizedSignature": "MultiPolygon|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
61
+ "isStatic": true,
62
+ "isReadOnly": false,
63
+ "isLiteral": true
64
+ },
65
+ {
66
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::LineStringAzure.Core.GeoJson.GeoObjectType",
67
+ "clrName": "LineString",
68
+ "tsEmitName": "lineString",
69
+ "normalizedSignature": "LineString|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
70
+ "isStatic": true,
71
+ "isReadOnly": false,
72
+ "isLiteral": true
73
+ },
74
+ {
75
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::MultiLineStringAzure.Core.GeoJson.GeoObjectType",
76
+ "clrName": "MultiLineString",
77
+ "tsEmitName": "multiLineString",
78
+ "normalizedSignature": "MultiLineString|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
79
+ "isStatic": true,
80
+ "isReadOnly": false,
81
+ "isLiteral": true
82
+ },
83
+ {
84
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::GeometryCollectionAzure.Core.GeoJson.GeoObjectType",
85
+ "clrName": "GeometryCollection",
86
+ "tsEmitName": "geometryCollection",
87
+ "normalizedSignature": "GeometryCollection|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
88
+ "isStatic": true,
89
+ "isReadOnly": false,
90
+ "isLiteral": true
91
+ }
92
+ ],
93
+ "events": [],
94
+ "constructors": []
95
+ },
96
+ {
97
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601",
98
+ "clrName": "Azure.Core.GeoJson.GeoArray\u00601",
99
+ "tsEmitName": "GeoArray_1",
100
+ "kind": "Struct",
101
+ "accessibility": "Public",
102
+ "isAbstract": false,
103
+ "isSealed": true,
104
+ "isStatic": false,
105
+ "arity": 1,
106
+ "methods": [
107
+ {
108
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601::GetEnumerator():Enumerator",
109
+ "clrName": "GetEnumerator",
110
+ "tsEmitName": "getEnumerator",
111
+ "normalizedSignature": "GetEnumerator|():Enumerator|static=false",
112
+ "provenance": "Original",
113
+ "emitScope": "ClassSurface",
114
+ "isStatic": false,
115
+ "isAbstract": false,
116
+ "isVirtual": false,
117
+ "isOverride": false,
118
+ "isSealed": false,
119
+ "arity": 0,
120
+ "parameterCount": 0,
121
+ "isExtensionMethod": false
122
+ }
123
+ ],
124
+ "properties": [
125
+ {
126
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601::Item[System.Int32]:T",
127
+ "clrName": "Item",
128
+ "tsEmitName": "item",
129
+ "normalizedSignature": "Item|[System.Int32]:T|static=false|accessor=get",
130
+ "provenance": "Original",
131
+ "emitScope": "ClassSurface",
132
+ "isStatic": false,
133
+ "isAbstract": false,
134
+ "isVirtual": true,
135
+ "isOverride": false,
136
+ "isIndexer": true,
137
+ "hasGetter": true,
138
+ "hasSetter": false
139
+ },
140
+ {
141
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601::Count:System.Int32",
142
+ "clrName": "Count",
143
+ "tsEmitName": "count",
144
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
145
+ "provenance": "Original",
146
+ "emitScope": "ClassSurface",
147
+ "isStatic": false,
148
+ "isAbstract": false,
149
+ "isVirtual": true,
150
+ "isOverride": false,
151
+ "isIndexer": false,
152
+ "hasGetter": true,
153
+ "hasSetter": false
154
+ }
155
+ ],
156
+ "fields": [],
157
+ "events": [],
158
+ "constructors": []
159
+ },
160
+ {
161
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
162
+ "clrName": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
163
+ "tsEmitName": "GeoArray_1_Enumerator",
164
+ "kind": "Struct",
165
+ "accessibility": "Public",
166
+ "isAbstract": false,
167
+ "isSealed": true,
168
+ "isStatic": false,
169
+ "arity": 1,
170
+ "methods": [
171
+ {
172
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator::MoveNext():System.Boolean",
173
+ "clrName": "MoveNext",
174
+ "tsEmitName": "moveNext",
175
+ "normalizedSignature": "MoveNext|():System.Boolean|static=false",
176
+ "provenance": "Original",
177
+ "emitScope": "ClassSurface",
178
+ "isStatic": false,
179
+ "isAbstract": false,
180
+ "isVirtual": true,
181
+ "isOverride": false,
182
+ "isSealed": true,
183
+ "arity": 0,
184
+ "parameterCount": 0,
185
+ "isExtensionMethod": false
186
+ },
187
+ {
188
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator::Reset():System.Void",
189
+ "clrName": "Reset",
190
+ "tsEmitName": "reset",
191
+ "normalizedSignature": "Reset|():System.Void|static=false",
192
+ "provenance": "Original",
193
+ "emitScope": "ClassSurface",
194
+ "isStatic": false,
195
+ "isAbstract": false,
196
+ "isVirtual": true,
197
+ "isOverride": false,
198
+ "isSealed": true,
199
+ "arity": 0,
200
+ "parameterCount": 0,
201
+ "isExtensionMethod": false
202
+ },
203
+ {
204
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator::Dispose():System.Void",
205
+ "clrName": "Dispose",
206
+ "tsEmitName": "dispose",
207
+ "normalizedSignature": "Dispose|():System.Void|static=false",
208
+ "provenance": "Original",
209
+ "emitScope": "ClassSurface",
210
+ "isStatic": false,
211
+ "isAbstract": false,
212
+ "isVirtual": true,
213
+ "isOverride": false,
214
+ "isSealed": true,
215
+ "arity": 0,
216
+ "parameterCount": 0,
217
+ "isExtensionMethod": false
218
+ }
219
+ ],
220
+ "properties": [
221
+ {
222
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator::Current:T",
223
+ "clrName": "Current",
224
+ "tsEmitName": "current",
225
+ "normalizedSignature": "Current|:T|static=false|accessor=get",
226
+ "provenance": "Original",
227
+ "emitScope": "ClassSurface",
228
+ "isStatic": false,
229
+ "isAbstract": false,
230
+ "isVirtual": true,
231
+ "isOverride": false,
232
+ "isIndexer": false,
233
+ "hasGetter": true,
234
+ "hasSetter": false
235
+ }
236
+ ],
237
+ "fields": [],
238
+ "events": [],
239
+ "constructors": []
240
+ },
241
+ {
242
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition",
243
+ "clrName": "Azure.Core.GeoJson.GeoPosition",
244
+ "tsEmitName": "GeoPosition",
245
+ "kind": "Struct",
246
+ "accessibility": "Public",
247
+ "isAbstract": false,
248
+ "isSealed": true,
249
+ "isStatic": false,
250
+ "arity": 0,
251
+ "methods": [
252
+ {
253
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Equals(Azure.Core.GeoJson.GeoPosition):System.Boolean",
254
+ "clrName": "Equals",
255
+ "tsEmitName": "equals",
256
+ "normalizedSignature": "Equals|(Azure.Core.GeoJson.GeoPosition):System.Boolean|static=false",
257
+ "provenance": "Original",
258
+ "emitScope": "ClassSurface",
259
+ "isStatic": false,
260
+ "isAbstract": false,
261
+ "isVirtual": true,
262
+ "isOverride": false,
263
+ "isSealed": true,
264
+ "arity": 0,
265
+ "parameterCount": 1,
266
+ "isExtensionMethod": false
267
+ },
268
+ {
269
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Equals(System.Object):System.Boolean",
270
+ "clrName": "Equals",
271
+ "tsEmitName": "equals",
272
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
273
+ "provenance": "Original",
274
+ "emitScope": "ClassSurface",
275
+ "isStatic": false,
276
+ "isAbstract": false,
277
+ "isVirtual": true,
278
+ "isOverride": true,
279
+ "isSealed": false,
280
+ "arity": 0,
281
+ "parameterCount": 1,
282
+ "isExtensionMethod": false
283
+ },
284
+ {
285
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::GetHashCode():System.Int32",
286
+ "clrName": "GetHashCode",
287
+ "tsEmitName": "getHashCode",
288
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
289
+ "provenance": "Original",
290
+ "emitScope": "ClassSurface",
291
+ "isStatic": false,
292
+ "isAbstract": false,
293
+ "isVirtual": true,
294
+ "isOverride": true,
295
+ "isSealed": false,
296
+ "arity": 0,
297
+ "parameterCount": 0,
298
+ "isExtensionMethod": false
299
+ },
300
+ {
301
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::ToString():System.String",
302
+ "clrName": "ToString",
303
+ "tsEmitName": "toString",
304
+ "normalizedSignature": "ToString|():System.String|static=false",
305
+ "provenance": "Original",
306
+ "emitScope": "ClassSurface",
307
+ "isStatic": false,
308
+ "isAbstract": false,
309
+ "isVirtual": true,
310
+ "isOverride": true,
311
+ "isSealed": false,
312
+ "arity": 0,
313
+ "parameterCount": 0,
314
+ "isExtensionMethod": false
315
+ }
316
+ ],
317
+ "properties": [
318
+ {
319
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Altitude:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
320
+ "clrName": "Altitude",
321
+ "tsEmitName": "altitude",
322
+ "normalizedSignature": "Altitude|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
323
+ "provenance": "Original",
324
+ "emitScope": "ClassSurface",
325
+ "isStatic": false,
326
+ "isAbstract": false,
327
+ "isVirtual": false,
328
+ "isOverride": false,
329
+ "isIndexer": false,
330
+ "hasGetter": true,
331
+ "hasSetter": false
332
+ },
333
+ {
334
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Longitude:System.Double",
335
+ "clrName": "Longitude",
336
+ "tsEmitName": "longitude",
337
+ "normalizedSignature": "Longitude|:System.Double|static=false|accessor=get",
338
+ "provenance": "Original",
339
+ "emitScope": "ClassSurface",
340
+ "isStatic": false,
341
+ "isAbstract": false,
342
+ "isVirtual": false,
343
+ "isOverride": false,
344
+ "isIndexer": false,
345
+ "hasGetter": true,
346
+ "hasSetter": false
347
+ },
348
+ {
349
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Latitude:System.Double",
350
+ "clrName": "Latitude",
351
+ "tsEmitName": "latitude",
352
+ "normalizedSignature": "Latitude|:System.Double|static=false|accessor=get",
353
+ "provenance": "Original",
354
+ "emitScope": "ClassSurface",
355
+ "isStatic": false,
356
+ "isAbstract": false,
357
+ "isVirtual": false,
358
+ "isOverride": false,
359
+ "isIndexer": false,
360
+ "hasGetter": true,
361
+ "hasSetter": false
362
+ },
363
+ {
364
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Item[System.Int32]:System.Double",
365
+ "clrName": "Item",
366
+ "tsEmitName": "item",
367
+ "normalizedSignature": "Item|[System.Int32]:System.Double|static=false|accessor=get",
368
+ "provenance": "Original",
369
+ "emitScope": "ClassSurface",
370
+ "isStatic": false,
371
+ "isAbstract": false,
372
+ "isVirtual": false,
373
+ "isOverride": false,
374
+ "isIndexer": true,
375
+ "hasGetter": true,
376
+ "hasSetter": false
377
+ },
378
+ {
379
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Count:System.Int32",
380
+ "clrName": "Count",
381
+ "tsEmitName": "count",
382
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
383
+ "provenance": "Original",
384
+ "emitScope": "ClassSurface",
385
+ "isStatic": false,
386
+ "isAbstract": false,
387
+ "isVirtual": false,
388
+ "isOverride": false,
389
+ "isIndexer": false,
390
+ "hasGetter": true,
391
+ "hasSetter": false
392
+ }
393
+ ],
394
+ "fields": [],
395
+ "events": [],
396
+ "constructors": [
397
+ {
398
+ "normalizedSignature": "constructor|(System.Double,System.Double):void|static=false",
399
+ "isStatic": false,
400
+ "parameterCount": 2
401
+ },
402
+ {
403
+ "normalizedSignature": "constructor|(System.Double,System.Double,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
404
+ "isStatic": false,
405
+ "parameterCount": 3
406
+ }
407
+ ]
408
+ },
409
+ {
410
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox",
411
+ "clrName": "Azure.Core.GeoJson.GeoBoundingBox",
412
+ "tsEmitName": "GeoBoundingBox",
413
+ "kind": "Class",
414
+ "accessibility": "Public",
415
+ "isAbstract": false,
416
+ "isSealed": true,
417
+ "isStatic": false,
418
+ "arity": 0,
419
+ "methods": [
420
+ {
421
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::Equals(Azure.Core.GeoJson.GeoBoundingBox):System.Boolean",
422
+ "clrName": "Equals",
423
+ "tsEmitName": "equals",
424
+ "normalizedSignature": "Equals|(Azure.Core.GeoJson.GeoBoundingBox):System.Boolean|static=false",
425
+ "provenance": "Original",
426
+ "emitScope": "ClassSurface",
427
+ "isStatic": false,
428
+ "isAbstract": false,
429
+ "isVirtual": true,
430
+ "isOverride": false,
431
+ "isSealed": true,
432
+ "arity": 0,
433
+ "parameterCount": 1,
434
+ "isExtensionMethod": false
435
+ },
436
+ {
437
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::Equals(System.Object):System.Boolean",
438
+ "clrName": "Equals",
439
+ "tsEmitName": "equals",
440
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
441
+ "provenance": "Original",
442
+ "emitScope": "ClassSurface",
443
+ "isStatic": false,
444
+ "isAbstract": false,
445
+ "isVirtual": true,
446
+ "isOverride": true,
447
+ "isSealed": false,
448
+ "arity": 0,
449
+ "parameterCount": 1,
450
+ "isExtensionMethod": false
451
+ },
452
+ {
453
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::GetHashCode():System.Int32",
454
+ "clrName": "GetHashCode",
455
+ "tsEmitName": "getHashCode",
456
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
457
+ "provenance": "Original",
458
+ "emitScope": "ClassSurface",
459
+ "isStatic": false,
460
+ "isAbstract": false,
461
+ "isVirtual": true,
462
+ "isOverride": true,
463
+ "isSealed": false,
464
+ "arity": 0,
465
+ "parameterCount": 0,
466
+ "isExtensionMethod": false
467
+ },
468
+ {
469
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::ToString():System.String",
470
+ "clrName": "ToString",
471
+ "tsEmitName": "toString",
472
+ "normalizedSignature": "ToString|():System.String|static=false",
473
+ "provenance": "Original",
474
+ "emitScope": "ClassSurface",
475
+ "isStatic": false,
476
+ "isAbstract": false,
477
+ "isVirtual": true,
478
+ "isOverride": true,
479
+ "isSealed": false,
480
+ "arity": 0,
481
+ "parameterCount": 0,
482
+ "isExtensionMethod": false
483
+ }
484
+ ],
485
+ "properties": [
486
+ {
487
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::West:System.Double",
488
+ "clrName": "West",
489
+ "tsEmitName": "west",
490
+ "normalizedSignature": "West|:System.Double|static=false|accessor=get",
491
+ "provenance": "Original",
492
+ "emitScope": "ClassSurface",
493
+ "isStatic": false,
494
+ "isAbstract": false,
495
+ "isVirtual": false,
496
+ "isOverride": false,
497
+ "isIndexer": false,
498
+ "hasGetter": true,
499
+ "hasSetter": false
500
+ },
501
+ {
502
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::South:System.Double",
503
+ "clrName": "South",
504
+ "tsEmitName": "south",
505
+ "normalizedSignature": "South|:System.Double|static=false|accessor=get",
506
+ "provenance": "Original",
507
+ "emitScope": "ClassSurface",
508
+ "isStatic": false,
509
+ "isAbstract": false,
510
+ "isVirtual": false,
511
+ "isOverride": false,
512
+ "isIndexer": false,
513
+ "hasGetter": true,
514
+ "hasSetter": false
515
+ },
516
+ {
517
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::East:System.Double",
518
+ "clrName": "East",
519
+ "tsEmitName": "east",
520
+ "normalizedSignature": "East|:System.Double|static=false|accessor=get",
521
+ "provenance": "Original",
522
+ "emitScope": "ClassSurface",
523
+ "isStatic": false,
524
+ "isAbstract": false,
525
+ "isVirtual": false,
526
+ "isOverride": false,
527
+ "isIndexer": false,
528
+ "hasGetter": true,
529
+ "hasSetter": false
530
+ },
531
+ {
532
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::North:System.Double",
533
+ "clrName": "North",
534
+ "tsEmitName": "north",
535
+ "normalizedSignature": "North|:System.Double|static=false|accessor=get",
536
+ "provenance": "Original",
537
+ "emitScope": "ClassSurface",
538
+ "isStatic": false,
539
+ "isAbstract": false,
540
+ "isVirtual": false,
541
+ "isOverride": false,
542
+ "isIndexer": false,
543
+ "hasGetter": true,
544
+ "hasSetter": false
545
+ },
546
+ {
547
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::MinAltitude:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
548
+ "clrName": "MinAltitude",
549
+ "tsEmitName": "minAltitude",
550
+ "normalizedSignature": "MinAltitude|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
551
+ "provenance": "Original",
552
+ "emitScope": "ClassSurface",
553
+ "isStatic": false,
554
+ "isAbstract": false,
555
+ "isVirtual": false,
556
+ "isOverride": false,
557
+ "isIndexer": false,
558
+ "hasGetter": true,
559
+ "hasSetter": false
560
+ },
561
+ {
562
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::MaxAltitude:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
563
+ "clrName": "MaxAltitude",
564
+ "tsEmitName": "maxAltitude",
565
+ "normalizedSignature": "MaxAltitude|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
566
+ "provenance": "Original",
567
+ "emitScope": "ClassSurface",
568
+ "isStatic": false,
569
+ "isAbstract": false,
570
+ "isVirtual": false,
571
+ "isOverride": false,
572
+ "isIndexer": false,
573
+ "hasGetter": true,
574
+ "hasSetter": false
575
+ },
576
+ {
577
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::Item[System.Int32]:System.Double",
578
+ "clrName": "Item",
579
+ "tsEmitName": "item",
580
+ "normalizedSignature": "Item|[System.Int32]:System.Double|static=false|accessor=get",
581
+ "provenance": "Original",
582
+ "emitScope": "ClassSurface",
583
+ "isStatic": false,
584
+ "isAbstract": false,
585
+ "isVirtual": false,
586
+ "isOverride": false,
587
+ "isIndexer": true,
588
+ "hasGetter": true,
589
+ "hasSetter": false
590
+ }
591
+ ],
592
+ "fields": [],
593
+ "events": [],
594
+ "constructors": [
595
+ {
596
+ "normalizedSignature": "constructor|(System.Double,System.Double,System.Double,System.Double):void|static=false",
597
+ "isStatic": false,
598
+ "parameterCount": 4
599
+ },
600
+ {
601
+ "normalizedSignature": "constructor|(System.Double,System.Double,System.Double,System.Double,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
602
+ "isStatic": false,
603
+ "parameterCount": 6
604
+ }
605
+ ]
606
+ },
607
+ {
608
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection",
609
+ "clrName": "Azure.Core.GeoJson.GeoCollection",
610
+ "tsEmitName": "GeoCollection",
611
+ "kind": "Class",
612
+ "accessibility": "Public",
613
+ "isAbstract": false,
614
+ "isSealed": true,
615
+ "isStatic": false,
616
+ "arity": 0,
617
+ "methods": [
618
+ {
619
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection::GetEnumerator():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
620
+ "clrName": "GetEnumerator",
621
+ "tsEmitName": "getEnumerator",
622
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
623
+ "provenance": "Original",
624
+ "emitScope": "ClassSurface",
625
+ "isStatic": false,
626
+ "isAbstract": false,
627
+ "isVirtual": true,
628
+ "isOverride": false,
629
+ "isSealed": true,
630
+ "arity": 0,
631
+ "parameterCount": 0,
632
+ "isExtensionMethod": false
633
+ }
634
+ ],
635
+ "properties": [
636
+ {
637
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection::Count:System.Int32",
638
+ "clrName": "Count",
639
+ "tsEmitName": "count",
640
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
641
+ "provenance": "Original",
642
+ "emitScope": "ClassSurface",
643
+ "isStatic": false,
644
+ "isAbstract": false,
645
+ "isVirtual": true,
646
+ "isOverride": false,
647
+ "isIndexer": false,
648
+ "hasGetter": true,
649
+ "hasSetter": false
650
+ },
651
+ {
652
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection::Item[System.Int32]:Azure.Core.GeoJson.GeoObject",
653
+ "clrName": "Item",
654
+ "tsEmitName": "item",
655
+ "normalizedSignature": "Item|[System.Int32]:Azure.Core.GeoJson.GeoObject|static=false|accessor=get",
656
+ "provenance": "Original",
657
+ "emitScope": "ClassSurface",
658
+ "isStatic": false,
659
+ "isAbstract": false,
660
+ "isVirtual": true,
661
+ "isOverride": false,
662
+ "isIndexer": true,
663
+ "hasGetter": true,
664
+ "hasSetter": false
665
+ },
666
+ {
667
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection::Type:Azure.Core.GeoJson.GeoObjectType",
668
+ "clrName": "Type",
669
+ "tsEmitName": "type_",
670
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
671
+ "provenance": "Original",
672
+ "emitScope": "ClassSurface",
673
+ "isStatic": false,
674
+ "isAbstract": false,
675
+ "isVirtual": true,
676
+ "isOverride": true,
677
+ "isIndexer": false,
678
+ "hasGetter": true,
679
+ "hasSetter": false
680
+ }
681
+ ],
682
+ "fields": [],
683
+ "events": [],
684
+ "constructors": [
685
+ {
686
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
687
+ "isStatic": false,
688
+ "parameterCount": 1
689
+ },
690
+ {
691
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
692
+ "isStatic": false,
693
+ "parameterCount": 3
694
+ }
695
+ ]
696
+ },
697
+ {
698
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLinearRing",
699
+ "clrName": "Azure.Core.GeoJson.GeoLinearRing",
700
+ "tsEmitName": "GeoLinearRing",
701
+ "kind": "Class",
702
+ "accessibility": "Public",
703
+ "isAbstract": false,
704
+ "isSealed": true,
705
+ "isStatic": false,
706
+ "arity": 0,
707
+ "methods": [],
708
+ "properties": [
709
+ {
710
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLinearRing::Coordinates:Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
711
+ "clrName": "Coordinates",
712
+ "tsEmitName": "coordinates",
713
+ "normalizedSignature": "Coordinates|:Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=get",
714
+ "provenance": "Original",
715
+ "emitScope": "ClassSurface",
716
+ "isStatic": false,
717
+ "isAbstract": false,
718
+ "isVirtual": false,
719
+ "isOverride": false,
720
+ "isIndexer": false,
721
+ "hasGetter": true,
722
+ "hasSetter": false
723
+ }
724
+ ],
725
+ "fields": [],
726
+ "events": [],
727
+ "constructors": [
728
+ {
729
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
730
+ "isStatic": false,
731
+ "parameterCount": 1
732
+ }
733
+ ]
734
+ },
735
+ {
736
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineString",
737
+ "clrName": "Azure.Core.GeoJson.GeoLineString",
738
+ "tsEmitName": "GeoLineString",
739
+ "kind": "Class",
740
+ "accessibility": "Public",
741
+ "isAbstract": false,
742
+ "isSealed": true,
743
+ "isStatic": false,
744
+ "arity": 0,
745
+ "methods": [],
746
+ "properties": [
747
+ {
748
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineString::Coordinates:Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
749
+ "clrName": "Coordinates",
750
+ "tsEmitName": "coordinates",
751
+ "normalizedSignature": "Coordinates|:Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=get",
752
+ "provenance": "Original",
753
+ "emitScope": "ClassSurface",
754
+ "isStatic": false,
755
+ "isAbstract": false,
756
+ "isVirtual": false,
757
+ "isOverride": false,
758
+ "isIndexer": false,
759
+ "hasGetter": true,
760
+ "hasSetter": false
761
+ },
762
+ {
763
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineString::Type:Azure.Core.GeoJson.GeoObjectType",
764
+ "clrName": "Type",
765
+ "tsEmitName": "type_",
766
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
767
+ "provenance": "Original",
768
+ "emitScope": "ClassSurface",
769
+ "isStatic": false,
770
+ "isAbstract": false,
771
+ "isVirtual": true,
772
+ "isOverride": true,
773
+ "isIndexer": false,
774
+ "hasGetter": true,
775
+ "hasSetter": false
776
+ }
777
+ ],
778
+ "fields": [],
779
+ "events": [],
780
+ "constructors": [
781
+ {
782
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
783
+ "isStatic": false,
784
+ "parameterCount": 1
785
+ },
786
+ {
787
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
788
+ "isStatic": false,
789
+ "parameterCount": 3
790
+ }
791
+ ]
792
+ },
793
+ {
794
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection",
795
+ "clrName": "Azure.Core.GeoJson.GeoLineStringCollection",
796
+ "tsEmitName": "GeoLineStringCollection",
797
+ "kind": "Class",
798
+ "accessibility": "Public",
799
+ "isAbstract": false,
800
+ "isSealed": true,
801
+ "isStatic": false,
802
+ "arity": 0,
803
+ "methods": [
804
+ {
805
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::GetEnumerator():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
806
+ "clrName": "GetEnumerator",
807
+ "tsEmitName": "getEnumerator",
808
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
809
+ "provenance": "Original",
810
+ "emitScope": "ClassSurface",
811
+ "isStatic": false,
812
+ "isAbstract": false,
813
+ "isVirtual": true,
814
+ "isOverride": false,
815
+ "isSealed": true,
816
+ "arity": 0,
817
+ "parameterCount": 0,
818
+ "isExtensionMethod": false
819
+ }
820
+ ],
821
+ "properties": [
822
+ {
823
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::Count:System.Int32",
824
+ "clrName": "Count",
825
+ "tsEmitName": "count",
826
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
827
+ "provenance": "Original",
828
+ "emitScope": "ClassSurface",
829
+ "isStatic": false,
830
+ "isAbstract": false,
831
+ "isVirtual": true,
832
+ "isOverride": false,
833
+ "isIndexer": false,
834
+ "hasGetter": true,
835
+ "hasSetter": false
836
+ },
837
+ {
838
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::Item[System.Int32]:Azure.Core.GeoJson.GeoLineString",
839
+ "clrName": "Item",
840
+ "tsEmitName": "item",
841
+ "normalizedSignature": "Item|[System.Int32]:Azure.Core.GeoJson.GeoLineString|static=false|accessor=get",
842
+ "provenance": "Original",
843
+ "emitScope": "ClassSurface",
844
+ "isStatic": false,
845
+ "isAbstract": false,
846
+ "isVirtual": true,
847
+ "isOverride": false,
848
+ "isIndexer": true,
849
+ "hasGetter": true,
850
+ "hasSetter": false
851
+ },
852
+ {
853
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::Coordinates:Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
854
+ "clrName": "Coordinates",
855
+ "tsEmitName": "coordinates",
856
+ "normalizedSignature": "Coordinates|:Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=get",
857
+ "provenance": "Original",
858
+ "emitScope": "ClassSurface",
859
+ "isStatic": false,
860
+ "isAbstract": false,
861
+ "isVirtual": false,
862
+ "isOverride": false,
863
+ "isIndexer": false,
864
+ "hasGetter": true,
865
+ "hasSetter": false
866
+ },
867
+ {
868
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::Type:Azure.Core.GeoJson.GeoObjectType",
869
+ "clrName": "Type",
870
+ "tsEmitName": "type_",
871
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
872
+ "provenance": "Original",
873
+ "emitScope": "ClassSurface",
874
+ "isStatic": false,
875
+ "isAbstract": false,
876
+ "isVirtual": true,
877
+ "isOverride": true,
878
+ "isIndexer": false,
879
+ "hasGetter": true,
880
+ "hasSetter": false
881
+ }
882
+ ],
883
+ "fields": [],
884
+ "events": [],
885
+ "constructors": [
886
+ {
887
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
888
+ "isStatic": false,
889
+ "parameterCount": 1
890
+ },
891
+ {
892
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
893
+ "isStatic": false,
894
+ "parameterCount": 3
895
+ }
896
+ ]
897
+ },
898
+ {
899
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject",
900
+ "clrName": "Azure.Core.GeoJson.GeoObject",
901
+ "tsEmitName": "GeoObject",
902
+ "kind": "Class",
903
+ "accessibility": "Public",
904
+ "isAbstract": true,
905
+ "isSealed": false,
906
+ "isStatic": false,
907
+ "arity": 0,
908
+ "methods": [
909
+ {
910
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::TryGetCustomProperty(System.String,System.Object\u0026):System.Boolean",
911
+ "clrName": "TryGetCustomProperty",
912
+ "tsEmitName": "tryGetCustomProperty",
913
+ "normalizedSignature": "TryGetCustomProperty|(System.String,System.Object\u0026):System.Boolean|static=false",
914
+ "provenance": "Original",
915
+ "emitScope": "ClassSurface",
916
+ "isStatic": false,
917
+ "isAbstract": false,
918
+ "isVirtual": false,
919
+ "isOverride": false,
920
+ "isSealed": false,
921
+ "arity": 0,
922
+ "parameterCount": 2,
923
+ "isExtensionMethod": false,
924
+ "parameterModifiers": [
925
+ {
926
+ "index": 1,
927
+ "modifier": "out"
928
+ }
929
+ ]
930
+ },
931
+ {
932
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::ToString():System.String",
933
+ "clrName": "ToString",
934
+ "tsEmitName": "toString",
935
+ "normalizedSignature": "ToString|():System.String|static=false",
936
+ "provenance": "Original",
937
+ "emitScope": "ClassSurface",
938
+ "isStatic": false,
939
+ "isAbstract": false,
940
+ "isVirtual": true,
941
+ "isOverride": true,
942
+ "isSealed": false,
943
+ "arity": 0,
944
+ "parameterCount": 0,
945
+ "isExtensionMethod": false
946
+ },
947
+ {
948
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::Parse(System.String):Azure.Core.GeoJson.GeoObject",
949
+ "clrName": "Parse",
950
+ "tsEmitName": "parse",
951
+ "normalizedSignature": "Parse|(System.String):Azure.Core.GeoJson.GeoObject|static=true",
952
+ "provenance": "Original",
953
+ "emitScope": "ClassSurface",
954
+ "isStatic": true,
955
+ "isAbstract": false,
956
+ "isVirtual": false,
957
+ "isOverride": false,
958
+ "isSealed": false,
959
+ "arity": 0,
960
+ "parameterCount": 1,
961
+ "isExtensionMethod": false
962
+ }
963
+ ],
964
+ "properties": [
965
+ {
966
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::Type:Azure.Core.GeoJson.GeoObjectType",
967
+ "clrName": "Type",
968
+ "tsEmitName": "type_",
969
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
970
+ "provenance": "Original",
971
+ "emitScope": "ClassSurface",
972
+ "isStatic": false,
973
+ "isAbstract": true,
974
+ "isVirtual": true,
975
+ "isOverride": false,
976
+ "isIndexer": false,
977
+ "hasGetter": true,
978
+ "hasSetter": false
979
+ },
980
+ {
981
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::BoundingBox:Azure.Core.GeoJson.GeoBoundingBox",
982
+ "clrName": "BoundingBox",
983
+ "tsEmitName": "boundingBox",
984
+ "normalizedSignature": "BoundingBox|:Azure.Core.GeoJson.GeoBoundingBox|static=false|accessor=get",
985
+ "provenance": "Original",
986
+ "emitScope": "ClassSurface",
987
+ "isStatic": false,
988
+ "isAbstract": false,
989
+ "isVirtual": false,
990
+ "isOverride": false,
991
+ "isIndexer": false,
992
+ "hasGetter": true,
993
+ "hasSetter": false
994
+ }
995
+ ],
996
+ "fields": [],
997
+ "events": [],
998
+ "constructors": []
999
+ },
1000
+ {
1001
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint",
1002
+ "clrName": "Azure.Core.GeoJson.GeoPoint",
1003
+ "tsEmitName": "GeoPoint",
1004
+ "kind": "Class",
1005
+ "accessibility": "Public",
1006
+ "isAbstract": false,
1007
+ "isSealed": true,
1008
+ "isStatic": false,
1009
+ "arity": 0,
1010
+ "methods": [
1011
+ {
1012
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IJsonModel\u00601::Write(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void",
1013
+ "clrName": "Write",
1014
+ "tsEmitName": "write",
1015
+ "normalizedSignature": "Write|(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void|static=false",
1016
+ "provenance": "ExplicitView",
1017
+ "emitScope": "ViewOnly",
1018
+ "isStatic": false,
1019
+ "isAbstract": false,
1020
+ "isVirtual": true,
1021
+ "isOverride": false,
1022
+ "isSealed": false,
1023
+ "arity": 0,
1024
+ "parameterCount": 2,
1025
+ "sourceInterface": "System.ClientModel.Primitives.IJsonModel\u00601",
1026
+ "isExtensionMethod": false
1027
+ },
1028
+ {
1029
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IJsonModel\u00601::Create(System.Text.Json.Utf8JsonReader\u0026,System.ClientModel.Primitives.ModelReaderWriterOptions):T",
1030
+ "clrName": "Create",
1031
+ "tsEmitName": "create",
1032
+ "normalizedSignature": "Create|(System.Text.Json.Utf8JsonReader\u0026,System.ClientModel.Primitives.ModelReaderWriterOptions):T|static=false",
1033
+ "provenance": "ExplicitView",
1034
+ "emitScope": "ViewOnly",
1035
+ "isStatic": false,
1036
+ "isAbstract": false,
1037
+ "isVirtual": true,
1038
+ "isOverride": false,
1039
+ "isSealed": false,
1040
+ "arity": 0,
1041
+ "parameterCount": 2,
1042
+ "sourceInterface": "System.ClientModel.Primitives.IJsonModel\u00601",
1043
+ "isExtensionMethod": false,
1044
+ "parameterModifiers": [
1045
+ {
1046
+ "index": 0,
1047
+ "modifier": "ref"
1048
+ }
1049
+ ]
1050
+ },
1051
+ {
1052
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601::Write(System.ClientModel.Primitives.ModelReaderWriterOptions):System.BinaryData",
1053
+ "clrName": "Write",
1054
+ "tsEmitName": "write",
1055
+ "normalizedSignature": "Write|(System.ClientModel.Primitives.ModelReaderWriterOptions):System.BinaryData|static=false",
1056
+ "provenance": "ExplicitView",
1057
+ "emitScope": "ViewOnly",
1058
+ "isStatic": false,
1059
+ "isAbstract": false,
1060
+ "isVirtual": true,
1061
+ "isOverride": false,
1062
+ "isSealed": false,
1063
+ "arity": 0,
1064
+ "parameterCount": 1,
1065
+ "sourceInterface": "System.ClientModel.Primitives.IPersistableModel\u00601",
1066
+ "isExtensionMethod": false
1067
+ },
1068
+ {
1069
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601::Create(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions):T",
1070
+ "clrName": "Create",
1071
+ "tsEmitName": "create",
1072
+ "normalizedSignature": "Create|(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions):T|static=false",
1073
+ "provenance": "ExplicitView",
1074
+ "emitScope": "ViewOnly",
1075
+ "isStatic": false,
1076
+ "isAbstract": false,
1077
+ "isVirtual": true,
1078
+ "isOverride": false,
1079
+ "isSealed": false,
1080
+ "arity": 0,
1081
+ "parameterCount": 2,
1082
+ "sourceInterface": "System.ClientModel.Primitives.IPersistableModel\u00601",
1083
+ "isExtensionMethod": false
1084
+ },
1085
+ {
1086
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601::GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions):System.String",
1087
+ "clrName": "GetFormatFromOptions",
1088
+ "tsEmitName": "getFormatFromOptions",
1089
+ "normalizedSignature": "GetFormatFromOptions|(System.ClientModel.Primitives.ModelReaderWriterOptions):System.String|static=false",
1090
+ "provenance": "ExplicitView",
1091
+ "emitScope": "ViewOnly",
1092
+ "isStatic": false,
1093
+ "isAbstract": false,
1094
+ "isVirtual": true,
1095
+ "isOverride": false,
1096
+ "isSealed": false,
1097
+ "arity": 0,
1098
+ "parameterCount": 1,
1099
+ "sourceInterface": "System.ClientModel.Primitives.IPersistableModel\u00601",
1100
+ "isExtensionMethod": false
1101
+ }
1102
+ ],
1103
+ "properties": [
1104
+ {
1105
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint::Coordinates:Azure.Core.GeoJson.GeoPosition",
1106
+ "clrName": "Coordinates",
1107
+ "tsEmitName": "coordinates",
1108
+ "normalizedSignature": "Coordinates|:Azure.Core.GeoJson.GeoPosition|static=false|accessor=get",
1109
+ "provenance": "Original",
1110
+ "emitScope": "ClassSurface",
1111
+ "isStatic": false,
1112
+ "isAbstract": false,
1113
+ "isVirtual": false,
1114
+ "isOverride": false,
1115
+ "isIndexer": false,
1116
+ "hasGetter": true,
1117
+ "hasSetter": false
1118
+ },
1119
+ {
1120
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint::Type:Azure.Core.GeoJson.GeoObjectType",
1121
+ "clrName": "Type",
1122
+ "tsEmitName": "type_",
1123
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1124
+ "provenance": "Original",
1125
+ "emitScope": "ClassSurface",
1126
+ "isStatic": false,
1127
+ "isAbstract": false,
1128
+ "isVirtual": true,
1129
+ "isOverride": true,
1130
+ "isIndexer": false,
1131
+ "hasGetter": true,
1132
+ "hasSetter": false
1133
+ }
1134
+ ],
1135
+ "fields": [],
1136
+ "events": [],
1137
+ "constructors": [
1138
+ {
1139
+ "normalizedSignature": "constructor|():void|static=false",
1140
+ "isStatic": false,
1141
+ "parameterCount": 0
1142
+ },
1143
+ {
1144
+ "normalizedSignature": "constructor|(System.Double,System.Double):void|static=false",
1145
+ "isStatic": false,
1146
+ "parameterCount": 2
1147
+ },
1148
+ {
1149
+ "normalizedSignature": "constructor|(System.Double,System.Double,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1150
+ "isStatic": false,
1151
+ "parameterCount": 3
1152
+ },
1153
+ {
1154
+ "normalizedSignature": "constructor|(Azure.Core.GeoJson.GeoPosition):void|static=false",
1155
+ "isStatic": false,
1156
+ "parameterCount": 1
1157
+ },
1158
+ {
1159
+ "normalizedSignature": "constructor|(Azure.Core.GeoJson.GeoPosition,Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1160
+ "isStatic": false,
1161
+ "parameterCount": 3
1162
+ }
1163
+ ]
1164
+ },
1165
+ {
1166
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection",
1167
+ "clrName": "Azure.Core.GeoJson.GeoPointCollection",
1168
+ "tsEmitName": "GeoPointCollection",
1169
+ "kind": "Class",
1170
+ "accessibility": "Public",
1171
+ "isAbstract": false,
1172
+ "isSealed": true,
1173
+ "isStatic": false,
1174
+ "arity": 0,
1175
+ "methods": [
1176
+ {
1177
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::GetEnumerator():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1178
+ "clrName": "GetEnumerator",
1179
+ "tsEmitName": "getEnumerator",
1180
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
1181
+ "provenance": "Original",
1182
+ "emitScope": "ClassSurface",
1183
+ "isStatic": false,
1184
+ "isAbstract": false,
1185
+ "isVirtual": true,
1186
+ "isOverride": false,
1187
+ "isSealed": true,
1188
+ "arity": 0,
1189
+ "parameterCount": 0,
1190
+ "isExtensionMethod": false
1191
+ }
1192
+ ],
1193
+ "properties": [
1194
+ {
1195
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::Count:System.Int32",
1196
+ "clrName": "Count",
1197
+ "tsEmitName": "count",
1198
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1199
+ "provenance": "Original",
1200
+ "emitScope": "ClassSurface",
1201
+ "isStatic": false,
1202
+ "isAbstract": false,
1203
+ "isVirtual": true,
1204
+ "isOverride": false,
1205
+ "isIndexer": false,
1206
+ "hasGetter": true,
1207
+ "hasSetter": false
1208
+ },
1209
+ {
1210
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::Item[System.Int32]:Azure.Core.GeoJson.GeoPoint",
1211
+ "clrName": "Item",
1212
+ "tsEmitName": "item",
1213
+ "normalizedSignature": "Item|[System.Int32]:Azure.Core.GeoJson.GeoPoint|static=false|accessor=get",
1214
+ "provenance": "Original",
1215
+ "emitScope": "ClassSurface",
1216
+ "isStatic": false,
1217
+ "isAbstract": false,
1218
+ "isVirtual": true,
1219
+ "isOverride": false,
1220
+ "isIndexer": true,
1221
+ "hasGetter": true,
1222
+ "hasSetter": false
1223
+ },
1224
+ {
1225
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::Coordinates:Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1226
+ "clrName": "Coordinates",
1227
+ "tsEmitName": "coordinates",
1228
+ "normalizedSignature": "Coordinates|:Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=get",
1229
+ "provenance": "Original",
1230
+ "emitScope": "ClassSurface",
1231
+ "isStatic": false,
1232
+ "isAbstract": false,
1233
+ "isVirtual": false,
1234
+ "isOverride": false,
1235
+ "isIndexer": false,
1236
+ "hasGetter": true,
1237
+ "hasSetter": false
1238
+ },
1239
+ {
1240
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::Type:Azure.Core.GeoJson.GeoObjectType",
1241
+ "clrName": "Type",
1242
+ "tsEmitName": "type_",
1243
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1244
+ "provenance": "Original",
1245
+ "emitScope": "ClassSurface",
1246
+ "isStatic": false,
1247
+ "isAbstract": false,
1248
+ "isVirtual": true,
1249
+ "isOverride": true,
1250
+ "isIndexer": false,
1251
+ "hasGetter": true,
1252
+ "hasSetter": false
1253
+ }
1254
+ ],
1255
+ "fields": [],
1256
+ "events": [],
1257
+ "constructors": [
1258
+ {
1259
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
1260
+ "isStatic": false,
1261
+ "parameterCount": 1
1262
+ },
1263
+ {
1264
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1265
+ "isStatic": false,
1266
+ "parameterCount": 3
1267
+ }
1268
+ ]
1269
+ },
1270
+ {
1271
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon",
1272
+ "clrName": "Azure.Core.GeoJson.GeoPolygon",
1273
+ "tsEmitName": "GeoPolygon",
1274
+ "kind": "Class",
1275
+ "accessibility": "Public",
1276
+ "isAbstract": false,
1277
+ "isSealed": true,
1278
+ "isStatic": false,
1279
+ "arity": 0,
1280
+ "methods": [],
1281
+ "properties": [
1282
+ {
1283
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon::Rings:System.Collections.Generic.IReadOnlyList_1[[Azure.Core.GeoJson.GeoLinearRing,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1284
+ "clrName": "Rings",
1285
+ "tsEmitName": "rings",
1286
+ "normalizedSignature": "Rings|:System.Collections.Generic.IReadOnlyList_1[[Azure.Core.GeoJson.GeoLinearRing,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=get",
1287
+ "provenance": "Original",
1288
+ "emitScope": "ClassSurface",
1289
+ "isStatic": false,
1290
+ "isAbstract": false,
1291
+ "isVirtual": false,
1292
+ "isOverride": false,
1293
+ "isIndexer": false,
1294
+ "hasGetter": true,
1295
+ "hasSetter": false
1296
+ },
1297
+ {
1298
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon::OuterRing:Azure.Core.GeoJson.GeoLinearRing",
1299
+ "clrName": "OuterRing",
1300
+ "tsEmitName": "outerRing",
1301
+ "normalizedSignature": "OuterRing|:Azure.Core.GeoJson.GeoLinearRing|static=false|accessor=get",
1302
+ "provenance": "Original",
1303
+ "emitScope": "ClassSurface",
1304
+ "isStatic": false,
1305
+ "isAbstract": false,
1306
+ "isVirtual": false,
1307
+ "isOverride": false,
1308
+ "isIndexer": false,
1309
+ "hasGetter": true,
1310
+ "hasSetter": false
1311
+ },
1312
+ {
1313
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon::Coordinates:Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1314
+ "clrName": "Coordinates",
1315
+ "tsEmitName": "coordinates",
1316
+ "normalizedSignature": "Coordinates|:Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=get",
1317
+ "provenance": "Original",
1318
+ "emitScope": "ClassSurface",
1319
+ "isStatic": false,
1320
+ "isAbstract": false,
1321
+ "isVirtual": false,
1322
+ "isOverride": false,
1323
+ "isIndexer": false,
1324
+ "hasGetter": true,
1325
+ "hasSetter": false
1326
+ },
1327
+ {
1328
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon::Type:Azure.Core.GeoJson.GeoObjectType",
1329
+ "clrName": "Type",
1330
+ "tsEmitName": "type_",
1331
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1332
+ "provenance": "Original",
1333
+ "emitScope": "ClassSurface",
1334
+ "isStatic": false,
1335
+ "isAbstract": false,
1336
+ "isVirtual": true,
1337
+ "isOverride": true,
1338
+ "isIndexer": false,
1339
+ "hasGetter": true,
1340
+ "hasSetter": false
1341
+ }
1342
+ ],
1343
+ "fields": [],
1344
+ "events": [],
1345
+ "constructors": [
1346
+ {
1347
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
1348
+ "isStatic": false,
1349
+ "parameterCount": 1
1350
+ },
1351
+ {
1352
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLinearRing,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
1353
+ "isStatic": false,
1354
+ "parameterCount": 1
1355
+ },
1356
+ {
1357
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLinearRing,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1358
+ "isStatic": false,
1359
+ "parameterCount": 3
1360
+ }
1361
+ ]
1362
+ },
1363
+ {
1364
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection",
1365
+ "clrName": "Azure.Core.GeoJson.GeoPolygonCollection",
1366
+ "tsEmitName": "GeoPolygonCollection",
1367
+ "kind": "Class",
1368
+ "accessibility": "Public",
1369
+ "isAbstract": false,
1370
+ "isSealed": true,
1371
+ "isStatic": false,
1372
+ "arity": 0,
1373
+ "methods": [
1374
+ {
1375
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::GetEnumerator():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1376
+ "clrName": "GetEnumerator",
1377
+ "tsEmitName": "getEnumerator",
1378
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
1379
+ "provenance": "Original",
1380
+ "emitScope": "ClassSurface",
1381
+ "isStatic": false,
1382
+ "isAbstract": false,
1383
+ "isVirtual": true,
1384
+ "isOverride": false,
1385
+ "isSealed": true,
1386
+ "arity": 0,
1387
+ "parameterCount": 0,
1388
+ "isExtensionMethod": false
1389
+ }
1390
+ ],
1391
+ "properties": [
1392
+ {
1393
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::Count:System.Int32",
1394
+ "clrName": "Count",
1395
+ "tsEmitName": "count",
1396
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1397
+ "provenance": "Original",
1398
+ "emitScope": "ClassSurface",
1399
+ "isStatic": false,
1400
+ "isAbstract": false,
1401
+ "isVirtual": true,
1402
+ "isOverride": false,
1403
+ "isIndexer": false,
1404
+ "hasGetter": true,
1405
+ "hasSetter": false
1406
+ },
1407
+ {
1408
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::Item[System.Int32]:Azure.Core.GeoJson.GeoPolygon",
1409
+ "clrName": "Item",
1410
+ "tsEmitName": "item",
1411
+ "normalizedSignature": "Item|[System.Int32]:Azure.Core.GeoJson.GeoPolygon|static=false|accessor=get",
1412
+ "provenance": "Original",
1413
+ "emitScope": "ClassSurface",
1414
+ "isStatic": false,
1415
+ "isAbstract": false,
1416
+ "isVirtual": true,
1417
+ "isOverride": false,
1418
+ "isIndexer": true,
1419
+ "hasGetter": true,
1420
+ "hasSetter": false
1421
+ },
1422
+ {
1423
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::Coordinates:Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1424
+ "clrName": "Coordinates",
1425
+ "tsEmitName": "coordinates",
1426
+ "normalizedSignature": "Coordinates|:Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=get",
1427
+ "provenance": "Original",
1428
+ "emitScope": "ClassSurface",
1429
+ "isStatic": false,
1430
+ "isAbstract": false,
1431
+ "isVirtual": false,
1432
+ "isOverride": false,
1433
+ "isIndexer": false,
1434
+ "hasGetter": true,
1435
+ "hasSetter": false
1436
+ },
1437
+ {
1438
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::Type:Azure.Core.GeoJson.GeoObjectType",
1439
+ "clrName": "Type",
1440
+ "tsEmitName": "type_",
1441
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1442
+ "provenance": "Original",
1443
+ "emitScope": "ClassSurface",
1444
+ "isStatic": false,
1445
+ "isAbstract": false,
1446
+ "isVirtual": true,
1447
+ "isOverride": true,
1448
+ "isIndexer": false,
1449
+ "hasGetter": true,
1450
+ "hasSetter": false
1451
+ }
1452
+ ],
1453
+ "fields": [],
1454
+ "events": [],
1455
+ "constructors": [
1456
+ {
1457
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
1458
+ "isStatic": false,
1459
+ "parameterCount": 1
1460
+ },
1461
+ {
1462
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]],Azure.Core.GeoJson.GeoBoundingBox,System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1463
+ "isStatic": false,
1464
+ "parameterCount": 3
1465
+ }
1466
+ ]
1467
+ }
1468
+ ]
1469
+ }