@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,2736 @@
1
+ {
2
+ "namespace": "Azure.Core.GeoJson",
3
+ "types": [
4
+ {
5
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType",
6
+ "clrName": "Azure.Core.GeoJson.GeoObjectType",
7
+ "tsEmitName": "GeoObjectType",
8
+ "assemblyName": "Azure.Core",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [
13
+ {
14
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::value__System.Int32",
15
+ "clrName": "value__",
16
+ "tsEmitName": "value__",
17
+ "metadataToken": 67109460,
18
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
19
+ "isStatic": false,
20
+ "isReadOnly": false,
21
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
22
+ "declaringAssemblyName": "Azure.Core"
23
+ },
24
+ {
25
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::PointAzure.Core.GeoJson.GeoObjectType",
26
+ "clrName": "Point",
27
+ "tsEmitName": "point",
28
+ "metadataToken": 67109461,
29
+ "normalizedSignature": "Point|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
30
+ "isStatic": true,
31
+ "isReadOnly": false,
32
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
33
+ "declaringAssemblyName": "Azure.Core"
34
+ },
35
+ {
36
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::MultiPointAzure.Core.GeoJson.GeoObjectType",
37
+ "clrName": "MultiPoint",
38
+ "tsEmitName": "multiPoint",
39
+ "metadataToken": 67109462,
40
+ "normalizedSignature": "MultiPoint|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
41
+ "isStatic": true,
42
+ "isReadOnly": false,
43
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
44
+ "declaringAssemblyName": "Azure.Core"
45
+ },
46
+ {
47
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::PolygonAzure.Core.GeoJson.GeoObjectType",
48
+ "clrName": "Polygon",
49
+ "tsEmitName": "polygon",
50
+ "metadataToken": 67109463,
51
+ "normalizedSignature": "Polygon|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
55
+ "declaringAssemblyName": "Azure.Core"
56
+ },
57
+ {
58
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::MultiPolygonAzure.Core.GeoJson.GeoObjectType",
59
+ "clrName": "MultiPolygon",
60
+ "tsEmitName": "multiPolygon",
61
+ "metadataToken": 67109464,
62
+ "normalizedSignature": "MultiPolygon|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
63
+ "isStatic": true,
64
+ "isReadOnly": false,
65
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
66
+ "declaringAssemblyName": "Azure.Core"
67
+ },
68
+ {
69
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::LineStringAzure.Core.GeoJson.GeoObjectType",
70
+ "clrName": "LineString",
71
+ "tsEmitName": "lineString",
72
+ "metadataToken": 67109465,
73
+ "normalizedSignature": "LineString|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
74
+ "isStatic": true,
75
+ "isReadOnly": false,
76
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
77
+ "declaringAssemblyName": "Azure.Core"
78
+ },
79
+ {
80
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::MultiLineStringAzure.Core.GeoJson.GeoObjectType",
81
+ "clrName": "MultiLineString",
82
+ "tsEmitName": "multiLineString",
83
+ "metadataToken": 67109466,
84
+ "normalizedSignature": "MultiLineString|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
85
+ "isStatic": true,
86
+ "isReadOnly": false,
87
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
88
+ "declaringAssemblyName": "Azure.Core"
89
+ },
90
+ {
91
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObjectType::GeometryCollectionAzure.Core.GeoJson.GeoObjectType",
92
+ "clrName": "GeometryCollection",
93
+ "tsEmitName": "geometryCollection",
94
+ "metadataToken": 67109467,
95
+ "normalizedSignature": "GeometryCollection|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
96
+ "isStatic": true,
97
+ "isReadOnly": false,
98
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
99
+ "declaringAssemblyName": "Azure.Core"
100
+ }
101
+ ],
102
+ "events": [],
103
+ "constructors": [],
104
+ "exposedFields": [
105
+ {
106
+ "tsName": "value__",
107
+ "isStatic": false,
108
+ "tsSignatureId": "value__|System.Int32|static=false|const=false",
109
+ "target": {
110
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
111
+ "declaringAssemblyName": "Azure.Core",
112
+ "metadataToken": 67109460
113
+ }
114
+ },
115
+ {
116
+ "tsName": "point",
117
+ "isStatic": true,
118
+ "tsSignatureId": "Point|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
119
+ "target": {
120
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
121
+ "declaringAssemblyName": "Azure.Core",
122
+ "metadataToken": 67109461
123
+ }
124
+ },
125
+ {
126
+ "tsName": "multiPoint",
127
+ "isStatic": true,
128
+ "tsSignatureId": "MultiPoint|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
129
+ "target": {
130
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
131
+ "declaringAssemblyName": "Azure.Core",
132
+ "metadataToken": 67109462
133
+ }
134
+ },
135
+ {
136
+ "tsName": "polygon",
137
+ "isStatic": true,
138
+ "tsSignatureId": "Polygon|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
139
+ "target": {
140
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
141
+ "declaringAssemblyName": "Azure.Core",
142
+ "metadataToken": 67109463
143
+ }
144
+ },
145
+ {
146
+ "tsName": "multiPolygon",
147
+ "isStatic": true,
148
+ "tsSignatureId": "MultiPolygon|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
149
+ "target": {
150
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
151
+ "declaringAssemblyName": "Azure.Core",
152
+ "metadataToken": 67109464
153
+ }
154
+ },
155
+ {
156
+ "tsName": "lineString",
157
+ "isStatic": true,
158
+ "tsSignatureId": "LineString|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
159
+ "target": {
160
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
161
+ "declaringAssemblyName": "Azure.Core",
162
+ "metadataToken": 67109465
163
+ }
164
+ },
165
+ {
166
+ "tsName": "multiLineString",
167
+ "isStatic": true,
168
+ "tsSignatureId": "MultiLineString|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
169
+ "target": {
170
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
171
+ "declaringAssemblyName": "Azure.Core",
172
+ "metadataToken": 67109466
173
+ }
174
+ },
175
+ {
176
+ "tsName": "geometryCollection",
177
+ "isStatic": true,
178
+ "tsSignatureId": "GeometryCollection|Azure.Core.GeoJson.GeoObjectType|static=true|const=true",
179
+ "target": {
180
+ "declaringClrType": "Azure.Core.GeoJson.GeoObjectType",
181
+ "declaringAssemblyName": "Azure.Core",
182
+ "metadataToken": 67109467
183
+ }
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601",
189
+ "clrName": "Azure.Core.GeoJson.GeoArray\u00601",
190
+ "tsEmitName": "GeoArray_1",
191
+ "assemblyName": "Azure.Core",
192
+ "metadataToken": 0,
193
+ "methods": [
194
+ {
195
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601::GetEnumerator():Enumerator",
196
+ "clrName": "GetEnumerator",
197
+ "tsEmitName": "getEnumerator",
198
+ "metadataToken": 100664742,
199
+ "canonicalSignature": "():Enumerator",
200
+ "normalizedSignature": "GetEnumerator|():Enumerator|static=false",
201
+ "emitScope": "ClassSurface",
202
+ "arity": 0,
203
+ "parameterCount": 0,
204
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601",
205
+ "declaringAssemblyName": "Azure.Core",
206
+ "isExtensionMethod": false
207
+ }
208
+ ],
209
+ "properties": [
210
+ {
211
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601::Item[System.Int32]:T",
212
+ "clrName": "Item",
213
+ "tsEmitName": "item",
214
+ "metadataToken": 385876335,
215
+ "canonicalSignature": "[System.Int32]:T",
216
+ "normalizedSignature": "Item|[System.Int32]:T|static=false|accessor=get",
217
+ "emitScope": "ClassSurface",
218
+ "isIndexer": true,
219
+ "hasGetter": true,
220
+ "hasSetter": false,
221
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601",
222
+ "declaringAssemblyName": "Azure.Core"
223
+ },
224
+ {
225
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601::Count:System.Int32",
226
+ "clrName": "Count",
227
+ "tsEmitName": "count",
228
+ "metadataToken": 385876336,
229
+ "canonicalSignature": ":System.Int32",
230
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
231
+ "emitScope": "ClassSurface",
232
+ "isIndexer": false,
233
+ "hasGetter": true,
234
+ "hasSetter": false,
235
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601",
236
+ "declaringAssemblyName": "Azure.Core"
237
+ }
238
+ ],
239
+ "fields": [],
240
+ "events": [],
241
+ "constructors": [],
242
+ "exposedMethods": [
243
+ {
244
+ "tsName": "getEnumerator",
245
+ "isStatic": false,
246
+ "tsSignatureId": "GetEnumerator|():Enumerator|static=false",
247
+ "target": {
248
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601",
249
+ "declaringAssemblyName": "Azure.Core",
250
+ "metadataToken": 100664742
251
+ }
252
+ }
253
+ ],
254
+ "exposedProperties": [
255
+ {
256
+ "tsName": "item",
257
+ "isStatic": false,
258
+ "tsSignatureId": "Item|[System.Int32]:T|static=false|accessor=get",
259
+ "target": {
260
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601",
261
+ "declaringAssemblyName": "Azure.Core",
262
+ "metadataToken": 385876335
263
+ }
264
+ },
265
+ {
266
+ "tsName": "count",
267
+ "isStatic": false,
268
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
269
+ "target": {
270
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601",
271
+ "declaringAssemblyName": "Azure.Core",
272
+ "metadataToken": 385876336
273
+ }
274
+ }
275
+ ]
276
+ },
277
+ {
278
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
279
+ "clrName": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
280
+ "tsEmitName": "GeoArray_1_Enumerator",
281
+ "assemblyName": "Azure.Core",
282
+ "metadataToken": 0,
283
+ "methods": [
284
+ {
285
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator::MoveNext():System.Boolean",
286
+ "clrName": "MoveNext",
287
+ "tsEmitName": "moveNext",
288
+ "metadataToken": 100665574,
289
+ "canonicalSignature": "():System.Boolean",
290
+ "normalizedSignature": "MoveNext|():System.Boolean|static=false",
291
+ "emitScope": "ClassSurface",
292
+ "arity": 0,
293
+ "parameterCount": 0,
294
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
295
+ "declaringAssemblyName": "Azure.Core",
296
+ "isExtensionMethod": false
297
+ },
298
+ {
299
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator::Reset():System.Void",
300
+ "clrName": "Reset",
301
+ "tsEmitName": "reset",
302
+ "metadataToken": 100665575,
303
+ "canonicalSignature": "():System.Void",
304
+ "normalizedSignature": "Reset|():System.Void|static=false",
305
+ "emitScope": "ClassSurface",
306
+ "arity": 0,
307
+ "parameterCount": 0,
308
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
309
+ "declaringAssemblyName": "Azure.Core",
310
+ "isExtensionMethod": false
311
+ },
312
+ {
313
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator::Dispose():System.Void",
314
+ "clrName": "Dispose",
315
+ "tsEmitName": "dispose",
316
+ "metadataToken": 100665578,
317
+ "canonicalSignature": "():System.Void",
318
+ "normalizedSignature": "Dispose|():System.Void|static=false",
319
+ "emitScope": "ClassSurface",
320
+ "arity": 0,
321
+ "parameterCount": 0,
322
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
323
+ "declaringAssemblyName": "Azure.Core",
324
+ "isExtensionMethod": false
325
+ }
326
+ ],
327
+ "properties": [
328
+ {
329
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator::Current:T",
330
+ "clrName": "Current",
331
+ "tsEmitName": "current",
332
+ "metadataToken": 385876468,
333
+ "canonicalSignature": ":T",
334
+ "normalizedSignature": "Current|:T|static=false|accessor=get",
335
+ "emitScope": "ClassSurface",
336
+ "isIndexer": false,
337
+ "hasGetter": true,
338
+ "hasSetter": false,
339
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
340
+ "declaringAssemblyName": "Azure.Core"
341
+ }
342
+ ],
343
+ "fields": [],
344
+ "events": [],
345
+ "constructors": [],
346
+ "exposedMethods": [
347
+ {
348
+ "tsName": "moveNext",
349
+ "isStatic": false,
350
+ "tsSignatureId": "MoveNext|():System.Boolean|static=false",
351
+ "target": {
352
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
353
+ "declaringAssemblyName": "Azure.Core",
354
+ "metadataToken": 100665574
355
+ }
356
+ },
357
+ {
358
+ "tsName": "reset",
359
+ "isStatic": false,
360
+ "tsSignatureId": "Reset|():System.Void|static=false",
361
+ "target": {
362
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
363
+ "declaringAssemblyName": "Azure.Core",
364
+ "metadataToken": 100665575
365
+ }
366
+ },
367
+ {
368
+ "tsName": "dispose",
369
+ "isStatic": false,
370
+ "tsSignatureId": "Dispose|():System.Void|static=false",
371
+ "target": {
372
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
373
+ "declaringAssemblyName": "Azure.Core",
374
+ "metadataToken": 100665578
375
+ }
376
+ }
377
+ ],
378
+ "exposedProperties": [
379
+ {
380
+ "tsName": "current",
381
+ "isStatic": false,
382
+ "tsSignatureId": "Current|:T|static=false|accessor=get",
383
+ "target": {
384
+ "declaringClrType": "Azure.Core.GeoJson.GeoArray\u00601\u002BEnumerator",
385
+ "declaringAssemblyName": "Azure.Core",
386
+ "metadataToken": 385876468
387
+ }
388
+ }
389
+ ]
390
+ },
391
+ {
392
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition",
393
+ "clrName": "Azure.Core.GeoJson.GeoPosition",
394
+ "tsEmitName": "GeoPosition",
395
+ "assemblyName": "Azure.Core",
396
+ "metadataToken": 0,
397
+ "methods": [
398
+ {
399
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Equals(Azure.Core.GeoJson.GeoPosition):System.Boolean",
400
+ "clrName": "Equals",
401
+ "tsEmitName": "equals",
402
+ "metadataToken": 100664849,
403
+ "canonicalSignature": "(Azure.Core.GeoJson.GeoPosition):System.Boolean",
404
+ "normalizedSignature": "Equals|(Azure.Core.GeoJson.GeoPosition):System.Boolean|static=false",
405
+ "emitScope": "ClassSurface",
406
+ "arity": 0,
407
+ "parameterCount": 1,
408
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
409
+ "declaringAssemblyName": "Azure.Core",
410
+ "isExtensionMethod": false
411
+ },
412
+ {
413
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Equals(System.Object):System.Boolean",
414
+ "clrName": "Equals",
415
+ "tsEmitName": "equals",
416
+ "metadataToken": 100664850,
417
+ "canonicalSignature": "(System.Object):System.Boolean",
418
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
419
+ "emitScope": "ClassSurface",
420
+ "arity": 0,
421
+ "parameterCount": 1,
422
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
423
+ "declaringAssemblyName": "Azure.Core",
424
+ "isExtensionMethod": false
425
+ },
426
+ {
427
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::GetHashCode():System.Int32",
428
+ "clrName": "GetHashCode",
429
+ "tsEmitName": "getHashCode",
430
+ "metadataToken": 100664851,
431
+ "canonicalSignature": "():System.Int32",
432
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
433
+ "emitScope": "ClassSurface",
434
+ "arity": 0,
435
+ "parameterCount": 0,
436
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
437
+ "declaringAssemblyName": "Azure.Core",
438
+ "isExtensionMethod": false
439
+ },
440
+ {
441
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::ToString():System.String",
442
+ "clrName": "ToString",
443
+ "tsEmitName": "toString",
444
+ "metadataToken": 100664854,
445
+ "canonicalSignature": "():System.String",
446
+ "normalizedSignature": "ToString|():System.String|static=false",
447
+ "emitScope": "ClassSurface",
448
+ "arity": 0,
449
+ "parameterCount": 0,
450
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
451
+ "declaringAssemblyName": "Azure.Core",
452
+ "isExtensionMethod": false
453
+ }
454
+ ],
455
+ "properties": [
456
+ {
457
+ "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]]",
458
+ "clrName": "Altitude",
459
+ "tsEmitName": "altitude",
460
+ "metadataToken": 385876375,
461
+ "canonicalSignature": ":System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
462
+ "normalizedSignature": "Altitude|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
463
+ "emitScope": "ClassSurface",
464
+ "isIndexer": false,
465
+ "hasGetter": true,
466
+ "hasSetter": false,
467
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
468
+ "declaringAssemblyName": "Azure.Core"
469
+ },
470
+ {
471
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Longitude:System.Double",
472
+ "clrName": "Longitude",
473
+ "tsEmitName": "longitude",
474
+ "metadataToken": 385876376,
475
+ "canonicalSignature": ":System.Double",
476
+ "normalizedSignature": "Longitude|:System.Double|static=false|accessor=get",
477
+ "emitScope": "ClassSurface",
478
+ "isIndexer": false,
479
+ "hasGetter": true,
480
+ "hasSetter": false,
481
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
482
+ "declaringAssemblyName": "Azure.Core"
483
+ },
484
+ {
485
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Latitude:System.Double",
486
+ "clrName": "Latitude",
487
+ "tsEmitName": "latitude",
488
+ "metadataToken": 385876377,
489
+ "canonicalSignature": ":System.Double",
490
+ "normalizedSignature": "Latitude|:System.Double|static=false|accessor=get",
491
+ "emitScope": "ClassSurface",
492
+ "isIndexer": false,
493
+ "hasGetter": true,
494
+ "hasSetter": false,
495
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
496
+ "declaringAssemblyName": "Azure.Core"
497
+ },
498
+ {
499
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Item[System.Int32]:System.Double",
500
+ "clrName": "Item",
501
+ "tsEmitName": "item",
502
+ "metadataToken": 385876378,
503
+ "canonicalSignature": "[System.Int32]:System.Double",
504
+ "normalizedSignature": "Item|[System.Int32]:System.Double|static=false|accessor=get",
505
+ "emitScope": "ClassSurface",
506
+ "isIndexer": true,
507
+ "hasGetter": true,
508
+ "hasSetter": false,
509
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
510
+ "declaringAssemblyName": "Azure.Core"
511
+ },
512
+ {
513
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::Count:System.Int32",
514
+ "clrName": "Count",
515
+ "tsEmitName": "count",
516
+ "metadataToken": 385876379,
517
+ "canonicalSignature": ":System.Int32",
518
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
519
+ "emitScope": "ClassSurface",
520
+ "isIndexer": false,
521
+ "hasGetter": true,
522
+ "hasSetter": false,
523
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
524
+ "declaringAssemblyName": "Azure.Core"
525
+ }
526
+ ],
527
+ "fields": [],
528
+ "events": [],
529
+ "constructors": [
530
+ {
531
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::.ctor(System.Double,System.Double):void",
532
+ "metadataToken": 100664847,
533
+ "canonicalSignature": "(System.Double,System.Double):void",
534
+ "normalizedSignature": "constructor|(System.Double,System.Double):void|static=false",
535
+ "isStatic": false,
536
+ "parameterCount": 2,
537
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
538
+ "declaringAssemblyName": "Azure.Core"
539
+ },
540
+ {
541
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPosition::.ctor(System.Double,System.Double,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
542
+ "metadataToken": 100664848,
543
+ "canonicalSignature": "(System.Double,System.Double,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
544
+ "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",
545
+ "isStatic": false,
546
+ "parameterCount": 3,
547
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
548
+ "declaringAssemblyName": "Azure.Core"
549
+ }
550
+ ],
551
+ "exposedMethods": [
552
+ {
553
+ "tsName": "equals",
554
+ "isStatic": false,
555
+ "tsSignatureId": "Equals|(Azure.Core.GeoJson.GeoPosition):System.Boolean|static=false",
556
+ "target": {
557
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
558
+ "declaringAssemblyName": "Azure.Core",
559
+ "metadataToken": 100664849
560
+ }
561
+ },
562
+ {
563
+ "tsName": "equals",
564
+ "isStatic": false,
565
+ "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
566
+ "target": {
567
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
568
+ "declaringAssemblyName": "Azure.Core",
569
+ "metadataToken": 100664850
570
+ }
571
+ },
572
+ {
573
+ "tsName": "getHashCode",
574
+ "isStatic": false,
575
+ "tsSignatureId": "GetHashCode|():System.Int32|static=false",
576
+ "target": {
577
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
578
+ "declaringAssemblyName": "Azure.Core",
579
+ "metadataToken": 100664851
580
+ }
581
+ },
582
+ {
583
+ "tsName": "toString",
584
+ "isStatic": false,
585
+ "tsSignatureId": "ToString|():System.String|static=false",
586
+ "target": {
587
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
588
+ "declaringAssemblyName": "Azure.Core",
589
+ "metadataToken": 100664854
590
+ }
591
+ }
592
+ ],
593
+ "exposedProperties": [
594
+ {
595
+ "tsName": "altitude",
596
+ "isStatic": false,
597
+ "tsSignatureId": "Altitude|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
598
+ "target": {
599
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
600
+ "declaringAssemblyName": "Azure.Core",
601
+ "metadataToken": 385876375
602
+ }
603
+ },
604
+ {
605
+ "tsName": "longitude",
606
+ "isStatic": false,
607
+ "tsSignatureId": "Longitude|:System.Double|static=false|accessor=get",
608
+ "target": {
609
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
610
+ "declaringAssemblyName": "Azure.Core",
611
+ "metadataToken": 385876376
612
+ }
613
+ },
614
+ {
615
+ "tsName": "latitude",
616
+ "isStatic": false,
617
+ "tsSignatureId": "Latitude|:System.Double|static=false|accessor=get",
618
+ "target": {
619
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
620
+ "declaringAssemblyName": "Azure.Core",
621
+ "metadataToken": 385876377
622
+ }
623
+ },
624
+ {
625
+ "tsName": "item",
626
+ "isStatic": false,
627
+ "tsSignatureId": "Item|[System.Int32]:System.Double|static=false|accessor=get",
628
+ "target": {
629
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
630
+ "declaringAssemblyName": "Azure.Core",
631
+ "metadataToken": 385876378
632
+ }
633
+ },
634
+ {
635
+ "tsName": "count",
636
+ "isStatic": false,
637
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
638
+ "target": {
639
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
640
+ "declaringAssemblyName": "Azure.Core",
641
+ "metadataToken": 385876379
642
+ }
643
+ }
644
+ ],
645
+ "exposedConstructors": [
646
+ {
647
+ "isStatic": false,
648
+ "tsSignatureId": "constructor|(System.Double,System.Double):void|static=false",
649
+ "target": {
650
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
651
+ "declaringAssemblyName": "Azure.Core",
652
+ "metadataToken": 100664847
653
+ }
654
+ },
655
+ {
656
+ "isStatic": false,
657
+ "tsSignatureId": "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",
658
+ "target": {
659
+ "declaringClrType": "Azure.Core.GeoJson.GeoPosition",
660
+ "declaringAssemblyName": "Azure.Core",
661
+ "metadataToken": 100664848
662
+ }
663
+ }
664
+ ]
665
+ },
666
+ {
667
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox",
668
+ "clrName": "Azure.Core.GeoJson.GeoBoundingBox",
669
+ "tsEmitName": "GeoBoundingBox",
670
+ "assemblyName": "Azure.Core",
671
+ "metadataToken": 0,
672
+ "methods": [
673
+ {
674
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::Equals(Azure.Core.GeoJson.GeoBoundingBox):System.Boolean",
675
+ "clrName": "Equals",
676
+ "tsEmitName": "equals",
677
+ "metadataToken": 100664753,
678
+ "canonicalSignature": "(Azure.Core.GeoJson.GeoBoundingBox):System.Boolean",
679
+ "normalizedSignature": "Equals|(Azure.Core.GeoJson.GeoBoundingBox):System.Boolean|static=false",
680
+ "emitScope": "ClassSurface",
681
+ "arity": 0,
682
+ "parameterCount": 1,
683
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
684
+ "declaringAssemblyName": "Azure.Core",
685
+ "isExtensionMethod": false
686
+ },
687
+ {
688
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::Equals(System.Object):System.Boolean",
689
+ "clrName": "Equals",
690
+ "tsEmitName": "equals",
691
+ "metadataToken": 100664754,
692
+ "canonicalSignature": "(System.Object):System.Boolean",
693
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
694
+ "emitScope": "ClassSurface",
695
+ "arity": 0,
696
+ "parameterCount": 1,
697
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
698
+ "declaringAssemblyName": "Azure.Core",
699
+ "isExtensionMethod": false
700
+ },
701
+ {
702
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::GetHashCode():System.Int32",
703
+ "clrName": "GetHashCode",
704
+ "tsEmitName": "getHashCode",
705
+ "metadataToken": 100664755,
706
+ "canonicalSignature": "():System.Int32",
707
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
708
+ "emitScope": "ClassSurface",
709
+ "arity": 0,
710
+ "parameterCount": 0,
711
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
712
+ "declaringAssemblyName": "Azure.Core",
713
+ "isExtensionMethod": false
714
+ },
715
+ {
716
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::ToString():System.String",
717
+ "clrName": "ToString",
718
+ "tsEmitName": "toString",
719
+ "metadataToken": 100664757,
720
+ "canonicalSignature": "():System.String",
721
+ "normalizedSignature": "ToString|():System.String|static=false",
722
+ "emitScope": "ClassSurface",
723
+ "arity": 0,
724
+ "parameterCount": 0,
725
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
726
+ "declaringAssemblyName": "Azure.Core",
727
+ "isExtensionMethod": false
728
+ }
729
+ ],
730
+ "properties": [
731
+ {
732
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::West:System.Double",
733
+ "clrName": "West",
734
+ "tsEmitName": "west",
735
+ "metadataToken": 385876337,
736
+ "canonicalSignature": ":System.Double",
737
+ "normalizedSignature": "West|:System.Double|static=false|accessor=get",
738
+ "emitScope": "ClassSurface",
739
+ "isIndexer": false,
740
+ "hasGetter": true,
741
+ "hasSetter": false,
742
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
743
+ "declaringAssemblyName": "Azure.Core"
744
+ },
745
+ {
746
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::South:System.Double",
747
+ "clrName": "South",
748
+ "tsEmitName": "south",
749
+ "metadataToken": 385876338,
750
+ "canonicalSignature": ":System.Double",
751
+ "normalizedSignature": "South|:System.Double|static=false|accessor=get",
752
+ "emitScope": "ClassSurface",
753
+ "isIndexer": false,
754
+ "hasGetter": true,
755
+ "hasSetter": false,
756
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
757
+ "declaringAssemblyName": "Azure.Core"
758
+ },
759
+ {
760
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::East:System.Double",
761
+ "clrName": "East",
762
+ "tsEmitName": "east",
763
+ "metadataToken": 385876339,
764
+ "canonicalSignature": ":System.Double",
765
+ "normalizedSignature": "East|:System.Double|static=false|accessor=get",
766
+ "emitScope": "ClassSurface",
767
+ "isIndexer": false,
768
+ "hasGetter": true,
769
+ "hasSetter": false,
770
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
771
+ "declaringAssemblyName": "Azure.Core"
772
+ },
773
+ {
774
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::North:System.Double",
775
+ "clrName": "North",
776
+ "tsEmitName": "north",
777
+ "metadataToken": 385876340,
778
+ "canonicalSignature": ":System.Double",
779
+ "normalizedSignature": "North|:System.Double|static=false|accessor=get",
780
+ "emitScope": "ClassSurface",
781
+ "isIndexer": false,
782
+ "hasGetter": true,
783
+ "hasSetter": false,
784
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
785
+ "declaringAssemblyName": "Azure.Core"
786
+ },
787
+ {
788
+ "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]]",
789
+ "clrName": "MinAltitude",
790
+ "tsEmitName": "minAltitude",
791
+ "metadataToken": 385876341,
792
+ "canonicalSignature": ":System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
793
+ "normalizedSignature": "MinAltitude|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
794
+ "emitScope": "ClassSurface",
795
+ "isIndexer": false,
796
+ "hasGetter": true,
797
+ "hasSetter": false,
798
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
799
+ "declaringAssemblyName": "Azure.Core"
800
+ },
801
+ {
802
+ "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]]",
803
+ "clrName": "MaxAltitude",
804
+ "tsEmitName": "maxAltitude",
805
+ "metadataToken": 385876342,
806
+ "canonicalSignature": ":System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
807
+ "normalizedSignature": "MaxAltitude|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
808
+ "emitScope": "ClassSurface",
809
+ "isIndexer": false,
810
+ "hasGetter": true,
811
+ "hasSetter": false,
812
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
813
+ "declaringAssemblyName": "Azure.Core"
814
+ },
815
+ {
816
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::Item[System.Int32]:System.Double",
817
+ "clrName": "Item",
818
+ "tsEmitName": "item",
819
+ "metadataToken": 385876343,
820
+ "canonicalSignature": "[System.Int32]:System.Double",
821
+ "normalizedSignature": "Item|[System.Int32]:System.Double|static=false|accessor=get",
822
+ "emitScope": "ClassSurface",
823
+ "isIndexer": true,
824
+ "hasGetter": true,
825
+ "hasSetter": false,
826
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
827
+ "declaringAssemblyName": "Azure.Core"
828
+ }
829
+ ],
830
+ "fields": [],
831
+ "events": [],
832
+ "constructors": [
833
+ {
834
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::.ctor(System.Double,System.Double,System.Double,System.Double):void",
835
+ "metadataToken": 100664751,
836
+ "canonicalSignature": "(System.Double,System.Double,System.Double,System.Double):void",
837
+ "normalizedSignature": "constructor|(System.Double,System.Double,System.Double,System.Double):void|static=false",
838
+ "isStatic": false,
839
+ "parameterCount": 4,
840
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
841
+ "declaringAssemblyName": "Azure.Core"
842
+ },
843
+ {
844
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoBoundingBox::.ctor(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",
845
+ "metadataToken": 100664752,
846
+ "canonicalSignature": "(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",
847
+ "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",
848
+ "isStatic": false,
849
+ "parameterCount": 6,
850
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
851
+ "declaringAssemblyName": "Azure.Core"
852
+ }
853
+ ],
854
+ "exposedMethods": [
855
+ {
856
+ "tsName": "equals",
857
+ "isStatic": false,
858
+ "tsSignatureId": "Equals|(Azure.Core.GeoJson.GeoBoundingBox):System.Boolean|static=false",
859
+ "target": {
860
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
861
+ "declaringAssemblyName": "Azure.Core",
862
+ "metadataToken": 100664753
863
+ }
864
+ },
865
+ {
866
+ "tsName": "equals",
867
+ "isStatic": false,
868
+ "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
869
+ "target": {
870
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
871
+ "declaringAssemblyName": "Azure.Core",
872
+ "metadataToken": 100664754
873
+ }
874
+ },
875
+ {
876
+ "tsName": "getHashCode",
877
+ "isStatic": false,
878
+ "tsSignatureId": "GetHashCode|():System.Int32|static=false",
879
+ "target": {
880
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
881
+ "declaringAssemblyName": "Azure.Core",
882
+ "metadataToken": 100664755
883
+ }
884
+ },
885
+ {
886
+ "tsName": "toString",
887
+ "isStatic": false,
888
+ "tsSignatureId": "ToString|():System.String|static=false",
889
+ "target": {
890
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
891
+ "declaringAssemblyName": "Azure.Core",
892
+ "metadataToken": 100664757
893
+ }
894
+ }
895
+ ],
896
+ "exposedProperties": [
897
+ {
898
+ "tsName": "west",
899
+ "isStatic": false,
900
+ "tsSignatureId": "West|:System.Double|static=false|accessor=get",
901
+ "target": {
902
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
903
+ "declaringAssemblyName": "Azure.Core",
904
+ "metadataToken": 385876337
905
+ }
906
+ },
907
+ {
908
+ "tsName": "south",
909
+ "isStatic": false,
910
+ "tsSignatureId": "South|:System.Double|static=false|accessor=get",
911
+ "target": {
912
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
913
+ "declaringAssemblyName": "Azure.Core",
914
+ "metadataToken": 385876338
915
+ }
916
+ },
917
+ {
918
+ "tsName": "east",
919
+ "isStatic": false,
920
+ "tsSignatureId": "East|:System.Double|static=false|accessor=get",
921
+ "target": {
922
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
923
+ "declaringAssemblyName": "Azure.Core",
924
+ "metadataToken": 385876339
925
+ }
926
+ },
927
+ {
928
+ "tsName": "north",
929
+ "isStatic": false,
930
+ "tsSignatureId": "North|:System.Double|static=false|accessor=get",
931
+ "target": {
932
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
933
+ "declaringAssemblyName": "Azure.Core",
934
+ "metadataToken": 385876340
935
+ }
936
+ },
937
+ {
938
+ "tsName": "minAltitude",
939
+ "isStatic": false,
940
+ "tsSignatureId": "MinAltitude|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
941
+ "target": {
942
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
943
+ "declaringAssemblyName": "Azure.Core",
944
+ "metadataToken": 385876341
945
+ }
946
+ },
947
+ {
948
+ "tsName": "maxAltitude",
949
+ "isStatic": false,
950
+ "tsSignatureId": "MaxAltitude|:System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
951
+ "target": {
952
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
953
+ "declaringAssemblyName": "Azure.Core",
954
+ "metadataToken": 385876342
955
+ }
956
+ },
957
+ {
958
+ "tsName": "item",
959
+ "isStatic": false,
960
+ "tsSignatureId": "Item|[System.Int32]:System.Double|static=false|accessor=get",
961
+ "target": {
962
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
963
+ "declaringAssemblyName": "Azure.Core",
964
+ "metadataToken": 385876343
965
+ }
966
+ }
967
+ ],
968
+ "exposedConstructors": [
969
+ {
970
+ "isStatic": false,
971
+ "tsSignatureId": "constructor|(System.Double,System.Double,System.Double,System.Double):void|static=false",
972
+ "target": {
973
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
974
+ "declaringAssemblyName": "Azure.Core",
975
+ "metadataToken": 100664751
976
+ }
977
+ },
978
+ {
979
+ "isStatic": false,
980
+ "tsSignatureId": "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",
981
+ "target": {
982
+ "declaringClrType": "Azure.Core.GeoJson.GeoBoundingBox",
983
+ "declaringAssemblyName": "Azure.Core",
984
+ "metadataToken": 100664752
985
+ }
986
+ }
987
+ ]
988
+ },
989
+ {
990
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection",
991
+ "clrName": "Azure.Core.GeoJson.GeoCollection",
992
+ "tsEmitName": "GeoCollection",
993
+ "assemblyName": "Azure.Core",
994
+ "metadataToken": 0,
995
+ "methods": [
996
+ {
997
+ "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]]",
998
+ "clrName": "GetEnumerator",
999
+ "tsEmitName": "getEnumerator",
1000
+ "metadataToken": 100664761,
1001
+ "canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1002
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
1003
+ "emitScope": "ClassSurface",
1004
+ "arity": 0,
1005
+ "parameterCount": 0,
1006
+ "declaringClrType": "Azure.Core.GeoJson.GeoCollection",
1007
+ "declaringAssemblyName": "Azure.Core",
1008
+ "isExtensionMethod": false
1009
+ }
1010
+ ],
1011
+ "properties": [
1012
+ {
1013
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection::Count:System.Int32",
1014
+ "clrName": "Count",
1015
+ "tsEmitName": "count",
1016
+ "metadataToken": 385876345,
1017
+ "canonicalSignature": ":System.Int32",
1018
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1019
+ "emitScope": "ClassSurface",
1020
+ "isIndexer": false,
1021
+ "hasGetter": true,
1022
+ "hasSetter": false,
1023
+ "declaringClrType": "Azure.Core.GeoJson.GeoCollection",
1024
+ "declaringAssemblyName": "Azure.Core"
1025
+ },
1026
+ {
1027
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection::Item[System.Int32]:Azure.Core.GeoJson.GeoObject",
1028
+ "clrName": "Item",
1029
+ "tsEmitName": "item",
1030
+ "metadataToken": 385876346,
1031
+ "canonicalSignature": "[System.Int32]:Azure.Core.GeoJson.GeoObject",
1032
+ "normalizedSignature": "Item|[System.Int32]:Azure.Core.GeoJson.GeoObject|static=false|accessor=get",
1033
+ "emitScope": "ClassSurface",
1034
+ "isIndexer": true,
1035
+ "hasGetter": true,
1036
+ "hasSetter": false,
1037
+ "declaringClrType": "Azure.Core.GeoJson.GeoCollection",
1038
+ "declaringAssemblyName": "Azure.Core"
1039
+ },
1040
+ {
1041
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection::Type:Azure.Core.GeoJson.GeoObjectType",
1042
+ "clrName": "Type",
1043
+ "tsEmitName": "type_",
1044
+ "metadataToken": 385876347,
1045
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
1046
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1047
+ "emitScope": "ClassSurface",
1048
+ "isIndexer": false,
1049
+ "hasGetter": true,
1050
+ "hasSetter": false,
1051
+ "declaringClrType": "Azure.Core.GeoJson.GeoCollection",
1052
+ "declaringAssemblyName": "Azure.Core"
1053
+ }
1054
+ ],
1055
+ "fields": [],
1056
+ "events": [],
1057
+ "constructors": [
1058
+ {
1059
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection::.ctor(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
1060
+ "metadataToken": 100664758,
1061
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
1062
+ "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",
1063
+ "isStatic": false,
1064
+ "parameterCount": 1,
1065
+ "declaringClrType": "Azure.Core.GeoJson.GeoCollection",
1066
+ "declaringAssemblyName": "Azure.Core"
1067
+ },
1068
+ {
1069
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoCollection::.ctor(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",
1070
+ "metadataToken": 100664759,
1071
+ "canonicalSignature": "(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",
1072
+ "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",
1073
+ "isStatic": false,
1074
+ "parameterCount": 3,
1075
+ "declaringClrType": "Azure.Core.GeoJson.GeoCollection",
1076
+ "declaringAssemblyName": "Azure.Core"
1077
+ }
1078
+ ],
1079
+ "exposedMethods": [
1080
+ {
1081
+ "tsName": "getEnumerator",
1082
+ "isStatic": false,
1083
+ "tsSignatureId": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
1084
+ "target": {
1085
+ "declaringClrType": "Azure.Core.GeoJson.GeoCollection",
1086
+ "declaringAssemblyName": "Azure.Core",
1087
+ "metadataToken": 100664761
1088
+ }
1089
+ },
1090
+ {
1091
+ "tsName": "tryGetCustomProperty",
1092
+ "isStatic": false,
1093
+ "tsSignatureId": "TryGetCustomProperty|(System.String,System.Object\u0026):System.Boolean|static=false",
1094
+ "target": {
1095
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1096
+ "declaringAssemblyName": "Azure.Core",
1097
+ "metadataToken": 100664802
1098
+ }
1099
+ },
1100
+ {
1101
+ "tsName": "toString",
1102
+ "isStatic": false,
1103
+ "tsSignatureId": "ToString|():System.String|static=false",
1104
+ "target": {
1105
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1106
+ "declaringAssemblyName": "Azure.Core",
1107
+ "metadataToken": 100664803
1108
+ }
1109
+ },
1110
+ {
1111
+ "tsName": "parse",
1112
+ "isStatic": true,
1113
+ "tsSignatureId": "Parse|(System.String):Azure.Core.GeoJson.GeoObject|static=true",
1114
+ "target": {
1115
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1116
+ "declaringAssemblyName": "Azure.Core",
1117
+ "metadataToken": 100664804
1118
+ }
1119
+ }
1120
+ ],
1121
+ "exposedProperties": [
1122
+ {
1123
+ "tsName": "count",
1124
+ "isStatic": false,
1125
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
1126
+ "target": {
1127
+ "declaringClrType": "Azure.Core.GeoJson.GeoCollection",
1128
+ "declaringAssemblyName": "Azure.Core",
1129
+ "metadataToken": 385876345
1130
+ }
1131
+ },
1132
+ {
1133
+ "tsName": "item",
1134
+ "isStatic": false,
1135
+ "tsSignatureId": "Item|[System.Int32]:Azure.Core.GeoJson.GeoObject|static=false|accessor=get",
1136
+ "target": {
1137
+ "declaringClrType": "Azure.Core.GeoJson.GeoCollection",
1138
+ "declaringAssemblyName": "Azure.Core",
1139
+ "metadataToken": 385876346
1140
+ }
1141
+ },
1142
+ {
1143
+ "tsName": "type_",
1144
+ "isStatic": false,
1145
+ "tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1146
+ "target": {
1147
+ "declaringClrType": "Azure.Core.GeoJson.GeoCollection",
1148
+ "declaringAssemblyName": "Azure.Core",
1149
+ "metadataToken": 385876347
1150
+ }
1151
+ },
1152
+ {
1153
+ "tsName": "boundingBox",
1154
+ "isStatic": false,
1155
+ "tsSignatureId": "BoundingBox|:Azure.Core.GeoJson.GeoBoundingBox|static=false|accessor=get",
1156
+ "target": {
1157
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1158
+ "declaringAssemblyName": "Azure.Core",
1159
+ "metadataToken": 385876358
1160
+ }
1161
+ }
1162
+ ],
1163
+ "exposedConstructors": [
1164
+ {
1165
+ "isStatic": false,
1166
+ "tsSignatureId": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoObject,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
1167
+ "target": {
1168
+ "declaringClrType": "Azure.Core.GeoJson.GeoCollection",
1169
+ "declaringAssemblyName": "Azure.Core",
1170
+ "metadataToken": 100664758
1171
+ }
1172
+ },
1173
+ {
1174
+ "isStatic": false,
1175
+ "tsSignatureId": "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",
1176
+ "target": {
1177
+ "declaringClrType": "Azure.Core.GeoJson.GeoCollection",
1178
+ "declaringAssemblyName": "Azure.Core",
1179
+ "metadataToken": 100664759
1180
+ }
1181
+ }
1182
+ ]
1183
+ },
1184
+ {
1185
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLinearRing",
1186
+ "clrName": "Azure.Core.GeoJson.GeoLinearRing",
1187
+ "tsEmitName": "GeoLinearRing",
1188
+ "assemblyName": "Azure.Core",
1189
+ "metadataToken": 0,
1190
+ "methods": [],
1191
+ "properties": [
1192
+ {
1193
+ "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]]",
1194
+ "clrName": "Coordinates",
1195
+ "tsEmitName": "coordinates",
1196
+ "metadataToken": 385876348,
1197
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1198
+ "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",
1199
+ "emitScope": "ClassSurface",
1200
+ "isIndexer": false,
1201
+ "hasGetter": true,
1202
+ "hasSetter": false,
1203
+ "declaringClrType": "Azure.Core.GeoJson.GeoLinearRing",
1204
+ "declaringAssemblyName": "Azure.Core"
1205
+ }
1206
+ ],
1207
+ "fields": [],
1208
+ "events": [],
1209
+ "constructors": [
1210
+ {
1211
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLinearRing::.ctor(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
1212
+ "metadataToken": 100664783,
1213
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
1214
+ "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",
1215
+ "isStatic": false,
1216
+ "parameterCount": 1,
1217
+ "declaringClrType": "Azure.Core.GeoJson.GeoLinearRing",
1218
+ "declaringAssemblyName": "Azure.Core"
1219
+ }
1220
+ ],
1221
+ "exposedProperties": [
1222
+ {
1223
+ "tsName": "coordinates",
1224
+ "isStatic": false,
1225
+ "tsSignatureId": "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",
1226
+ "target": {
1227
+ "declaringClrType": "Azure.Core.GeoJson.GeoLinearRing",
1228
+ "declaringAssemblyName": "Azure.Core",
1229
+ "metadataToken": 385876348
1230
+ }
1231
+ }
1232
+ ],
1233
+ "exposedConstructors": [
1234
+ {
1235
+ "isStatic": false,
1236
+ "tsSignatureId": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
1237
+ "target": {
1238
+ "declaringClrType": "Azure.Core.GeoJson.GeoLinearRing",
1239
+ "declaringAssemblyName": "Azure.Core",
1240
+ "metadataToken": 100664783
1241
+ }
1242
+ }
1243
+ ]
1244
+ },
1245
+ {
1246
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineString",
1247
+ "clrName": "Azure.Core.GeoJson.GeoLineString",
1248
+ "tsEmitName": "GeoLineString",
1249
+ "assemblyName": "Azure.Core",
1250
+ "metadataToken": 0,
1251
+ "methods": [],
1252
+ "properties": [
1253
+ {
1254
+ "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]]",
1255
+ "clrName": "Coordinates",
1256
+ "tsEmitName": "coordinates",
1257
+ "metadataToken": 385876349,
1258
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1259
+ "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",
1260
+ "emitScope": "ClassSurface",
1261
+ "isIndexer": false,
1262
+ "hasGetter": true,
1263
+ "hasSetter": false,
1264
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineString",
1265
+ "declaringAssemblyName": "Azure.Core"
1266
+ },
1267
+ {
1268
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineString::Type:Azure.Core.GeoJson.GeoObjectType",
1269
+ "clrName": "Type",
1270
+ "tsEmitName": "type_",
1271
+ "metadataToken": 385876350,
1272
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
1273
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1274
+ "emitScope": "ClassSurface",
1275
+ "isIndexer": false,
1276
+ "hasGetter": true,
1277
+ "hasSetter": false,
1278
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineString",
1279
+ "declaringAssemblyName": "Azure.Core"
1280
+ }
1281
+ ],
1282
+ "fields": [],
1283
+ "events": [],
1284
+ "constructors": [
1285
+ {
1286
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineString::.ctor(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
1287
+ "metadataToken": 100664785,
1288
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
1289
+ "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",
1290
+ "isStatic": false,
1291
+ "parameterCount": 1,
1292
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineString",
1293
+ "declaringAssemblyName": "Azure.Core"
1294
+ },
1295
+ {
1296
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineString::.ctor(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",
1297
+ "metadataToken": 100664786,
1298
+ "canonicalSignature": "(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",
1299
+ "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",
1300
+ "isStatic": false,
1301
+ "parameterCount": 3,
1302
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineString",
1303
+ "declaringAssemblyName": "Azure.Core"
1304
+ }
1305
+ ],
1306
+ "exposedMethods": [
1307
+ {
1308
+ "tsName": "tryGetCustomProperty",
1309
+ "isStatic": false,
1310
+ "tsSignatureId": "TryGetCustomProperty|(System.String,System.Object\u0026):System.Boolean|static=false",
1311
+ "target": {
1312
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1313
+ "declaringAssemblyName": "Azure.Core",
1314
+ "metadataToken": 100664802
1315
+ }
1316
+ },
1317
+ {
1318
+ "tsName": "toString",
1319
+ "isStatic": false,
1320
+ "tsSignatureId": "ToString|():System.String|static=false",
1321
+ "target": {
1322
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1323
+ "declaringAssemblyName": "Azure.Core",
1324
+ "metadataToken": 100664803
1325
+ }
1326
+ },
1327
+ {
1328
+ "tsName": "parse",
1329
+ "isStatic": true,
1330
+ "tsSignatureId": "Parse|(System.String):Azure.Core.GeoJson.GeoObject|static=true",
1331
+ "target": {
1332
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1333
+ "declaringAssemblyName": "Azure.Core",
1334
+ "metadataToken": 100664804
1335
+ }
1336
+ }
1337
+ ],
1338
+ "exposedProperties": [
1339
+ {
1340
+ "tsName": "coordinates",
1341
+ "isStatic": false,
1342
+ "tsSignatureId": "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",
1343
+ "target": {
1344
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineString",
1345
+ "declaringAssemblyName": "Azure.Core",
1346
+ "metadataToken": 385876349
1347
+ }
1348
+ },
1349
+ {
1350
+ "tsName": "type_",
1351
+ "isStatic": false,
1352
+ "tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1353
+ "target": {
1354
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineString",
1355
+ "declaringAssemblyName": "Azure.Core",
1356
+ "metadataToken": 385876350
1357
+ }
1358
+ },
1359
+ {
1360
+ "tsName": "boundingBox",
1361
+ "isStatic": false,
1362
+ "tsSignatureId": "BoundingBox|:Azure.Core.GeoJson.GeoBoundingBox|static=false|accessor=get",
1363
+ "target": {
1364
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1365
+ "declaringAssemblyName": "Azure.Core",
1366
+ "metadataToken": 385876358
1367
+ }
1368
+ }
1369
+ ],
1370
+ "exposedConstructors": [
1371
+ {
1372
+ "isStatic": false,
1373
+ "tsSignatureId": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
1374
+ "target": {
1375
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineString",
1376
+ "declaringAssemblyName": "Azure.Core",
1377
+ "metadataToken": 100664785
1378
+ }
1379
+ },
1380
+ {
1381
+ "isStatic": false,
1382
+ "tsSignatureId": "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",
1383
+ "target": {
1384
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineString",
1385
+ "declaringAssemblyName": "Azure.Core",
1386
+ "metadataToken": 100664786
1387
+ }
1388
+ }
1389
+ ]
1390
+ },
1391
+ {
1392
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection",
1393
+ "clrName": "Azure.Core.GeoJson.GeoLineStringCollection",
1394
+ "tsEmitName": "GeoLineStringCollection",
1395
+ "assemblyName": "Azure.Core",
1396
+ "metadataToken": 0,
1397
+ "methods": [
1398
+ {
1399
+ "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]]",
1400
+ "clrName": "GetEnumerator",
1401
+ "tsEmitName": "getEnumerator",
1402
+ "metadataToken": 100664792,
1403
+ "canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1404
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
1405
+ "emitScope": "ClassSurface",
1406
+ "arity": 0,
1407
+ "parameterCount": 0,
1408
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1409
+ "declaringAssemblyName": "Azure.Core",
1410
+ "isExtensionMethod": false
1411
+ }
1412
+ ],
1413
+ "properties": [
1414
+ {
1415
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::Count:System.Int32",
1416
+ "clrName": "Count",
1417
+ "tsEmitName": "count",
1418
+ "metadataToken": 385876352,
1419
+ "canonicalSignature": ":System.Int32",
1420
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1421
+ "emitScope": "ClassSurface",
1422
+ "isIndexer": false,
1423
+ "hasGetter": true,
1424
+ "hasSetter": false,
1425
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1426
+ "declaringAssemblyName": "Azure.Core"
1427
+ },
1428
+ {
1429
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::Item[System.Int32]:Azure.Core.GeoJson.GeoLineString",
1430
+ "clrName": "Item",
1431
+ "tsEmitName": "item",
1432
+ "metadataToken": 385876353,
1433
+ "canonicalSignature": "[System.Int32]:Azure.Core.GeoJson.GeoLineString",
1434
+ "normalizedSignature": "Item|[System.Int32]:Azure.Core.GeoJson.GeoLineString|static=false|accessor=get",
1435
+ "emitScope": "ClassSurface",
1436
+ "isIndexer": true,
1437
+ "hasGetter": true,
1438
+ "hasSetter": false,
1439
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1440
+ "declaringAssemblyName": "Azure.Core"
1441
+ },
1442
+ {
1443
+ "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]]",
1444
+ "clrName": "Coordinates",
1445
+ "tsEmitName": "coordinates",
1446
+ "metadataToken": 385876354,
1447
+ "canonicalSignature": ":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]]",
1448
+ "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",
1449
+ "emitScope": "ClassSurface",
1450
+ "isIndexer": false,
1451
+ "hasGetter": true,
1452
+ "hasSetter": false,
1453
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1454
+ "declaringAssemblyName": "Azure.Core"
1455
+ },
1456
+ {
1457
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::Type:Azure.Core.GeoJson.GeoObjectType",
1458
+ "clrName": "Type",
1459
+ "tsEmitName": "type_",
1460
+ "metadataToken": 385876355,
1461
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
1462
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1463
+ "emitScope": "ClassSurface",
1464
+ "isIndexer": false,
1465
+ "hasGetter": true,
1466
+ "hasSetter": false,
1467
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1468
+ "declaringAssemblyName": "Azure.Core"
1469
+ }
1470
+ ],
1471
+ "fields": [],
1472
+ "events": [],
1473
+ "constructors": [
1474
+ {
1475
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::.ctor(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
1476
+ "metadataToken": 100664789,
1477
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
1478
+ "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",
1479
+ "isStatic": false,
1480
+ "parameterCount": 1,
1481
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1482
+ "declaringAssemblyName": "Azure.Core"
1483
+ },
1484
+ {
1485
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoLineStringCollection::.ctor(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",
1486
+ "metadataToken": 100664790,
1487
+ "canonicalSignature": "(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",
1488
+ "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",
1489
+ "isStatic": false,
1490
+ "parameterCount": 3,
1491
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1492
+ "declaringAssemblyName": "Azure.Core"
1493
+ }
1494
+ ],
1495
+ "exposedMethods": [
1496
+ {
1497
+ "tsName": "getEnumerator",
1498
+ "isStatic": false,
1499
+ "tsSignatureId": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
1500
+ "target": {
1501
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1502
+ "declaringAssemblyName": "Azure.Core",
1503
+ "metadataToken": 100664792
1504
+ }
1505
+ },
1506
+ {
1507
+ "tsName": "tryGetCustomProperty",
1508
+ "isStatic": false,
1509
+ "tsSignatureId": "TryGetCustomProperty|(System.String,System.Object\u0026):System.Boolean|static=false",
1510
+ "target": {
1511
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1512
+ "declaringAssemblyName": "Azure.Core",
1513
+ "metadataToken": 100664802
1514
+ }
1515
+ },
1516
+ {
1517
+ "tsName": "toString",
1518
+ "isStatic": false,
1519
+ "tsSignatureId": "ToString|():System.String|static=false",
1520
+ "target": {
1521
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1522
+ "declaringAssemblyName": "Azure.Core",
1523
+ "metadataToken": 100664803
1524
+ }
1525
+ },
1526
+ {
1527
+ "tsName": "parse",
1528
+ "isStatic": true,
1529
+ "tsSignatureId": "Parse|(System.String):Azure.Core.GeoJson.GeoObject|static=true",
1530
+ "target": {
1531
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1532
+ "declaringAssemblyName": "Azure.Core",
1533
+ "metadataToken": 100664804
1534
+ }
1535
+ }
1536
+ ],
1537
+ "exposedProperties": [
1538
+ {
1539
+ "tsName": "count",
1540
+ "isStatic": false,
1541
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
1542
+ "target": {
1543
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1544
+ "declaringAssemblyName": "Azure.Core",
1545
+ "metadataToken": 385876352
1546
+ }
1547
+ },
1548
+ {
1549
+ "tsName": "item",
1550
+ "isStatic": false,
1551
+ "tsSignatureId": "Item|[System.Int32]:Azure.Core.GeoJson.GeoLineString|static=false|accessor=get",
1552
+ "target": {
1553
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1554
+ "declaringAssemblyName": "Azure.Core",
1555
+ "metadataToken": 385876353
1556
+ }
1557
+ },
1558
+ {
1559
+ "tsName": "coordinates",
1560
+ "isStatic": false,
1561
+ "tsSignatureId": "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",
1562
+ "target": {
1563
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1564
+ "declaringAssemblyName": "Azure.Core",
1565
+ "metadataToken": 385876354
1566
+ }
1567
+ },
1568
+ {
1569
+ "tsName": "type_",
1570
+ "isStatic": false,
1571
+ "tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1572
+ "target": {
1573
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1574
+ "declaringAssemblyName": "Azure.Core",
1575
+ "metadataToken": 385876355
1576
+ }
1577
+ },
1578
+ {
1579
+ "tsName": "boundingBox",
1580
+ "isStatic": false,
1581
+ "tsSignatureId": "BoundingBox|:Azure.Core.GeoJson.GeoBoundingBox|static=false|accessor=get",
1582
+ "target": {
1583
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1584
+ "declaringAssemblyName": "Azure.Core",
1585
+ "metadataToken": 385876358
1586
+ }
1587
+ }
1588
+ ],
1589
+ "exposedConstructors": [
1590
+ {
1591
+ "isStatic": false,
1592
+ "tsSignatureId": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLineString,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
1593
+ "target": {
1594
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1595
+ "declaringAssemblyName": "Azure.Core",
1596
+ "metadataToken": 100664789
1597
+ }
1598
+ },
1599
+ {
1600
+ "isStatic": false,
1601
+ "tsSignatureId": "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",
1602
+ "target": {
1603
+ "declaringClrType": "Azure.Core.GeoJson.GeoLineStringCollection",
1604
+ "declaringAssemblyName": "Azure.Core",
1605
+ "metadataToken": 100664790
1606
+ }
1607
+ }
1608
+ ]
1609
+ },
1610
+ {
1611
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject",
1612
+ "clrName": "Azure.Core.GeoJson.GeoObject",
1613
+ "tsEmitName": "GeoObject",
1614
+ "assemblyName": "Azure.Core",
1615
+ "metadataToken": 0,
1616
+ "methods": [
1617
+ {
1618
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::TryGetCustomProperty(System.String,System.Object\u0026):System.Boolean",
1619
+ "clrName": "TryGetCustomProperty",
1620
+ "tsEmitName": "tryGetCustomProperty",
1621
+ "metadataToken": 100664802,
1622
+ "canonicalSignature": "(System.String,System.Object\u0026):System.Boolean",
1623
+ "normalizedSignature": "TryGetCustomProperty|(System.String,System.Object\u0026):System.Boolean|static=false",
1624
+ "emitScope": "ClassSurface",
1625
+ "arity": 0,
1626
+ "parameterCount": 2,
1627
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1628
+ "declaringAssemblyName": "Azure.Core",
1629
+ "isExtensionMethod": false,
1630
+ "parameterModifiers": [
1631
+ {
1632
+ "index": 1,
1633
+ "modifier": "out"
1634
+ }
1635
+ ]
1636
+ },
1637
+ {
1638
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::ToString():System.String",
1639
+ "clrName": "ToString",
1640
+ "tsEmitName": "toString",
1641
+ "metadataToken": 100664803,
1642
+ "canonicalSignature": "():System.String",
1643
+ "normalizedSignature": "ToString|():System.String|static=false",
1644
+ "emitScope": "ClassSurface",
1645
+ "arity": 0,
1646
+ "parameterCount": 0,
1647
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1648
+ "declaringAssemblyName": "Azure.Core",
1649
+ "isExtensionMethod": false
1650
+ },
1651
+ {
1652
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::Parse(System.String):Azure.Core.GeoJson.GeoObject",
1653
+ "clrName": "Parse",
1654
+ "tsEmitName": "parse",
1655
+ "metadataToken": 100664804,
1656
+ "canonicalSignature": "(System.String):Azure.Core.GeoJson.GeoObject",
1657
+ "normalizedSignature": "Parse|(System.String):Azure.Core.GeoJson.GeoObject|static=true",
1658
+ "emitScope": "ClassSurface",
1659
+ "arity": 0,
1660
+ "parameterCount": 1,
1661
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1662
+ "declaringAssemblyName": "Azure.Core",
1663
+ "isExtensionMethod": false
1664
+ }
1665
+ ],
1666
+ "properties": [
1667
+ {
1668
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::Type:Azure.Core.GeoJson.GeoObjectType",
1669
+ "clrName": "Type",
1670
+ "tsEmitName": "type_",
1671
+ "metadataToken": 385876357,
1672
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
1673
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1674
+ "emitScope": "ClassSurface",
1675
+ "isIndexer": false,
1676
+ "hasGetter": true,
1677
+ "hasSetter": false,
1678
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1679
+ "declaringAssemblyName": "Azure.Core"
1680
+ },
1681
+ {
1682
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoObject::BoundingBox:Azure.Core.GeoJson.GeoBoundingBox",
1683
+ "clrName": "BoundingBox",
1684
+ "tsEmitName": "boundingBox",
1685
+ "metadataToken": 385876358,
1686
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoBoundingBox",
1687
+ "normalizedSignature": "BoundingBox|:Azure.Core.GeoJson.GeoBoundingBox|static=false|accessor=get",
1688
+ "emitScope": "ClassSurface",
1689
+ "isIndexer": false,
1690
+ "hasGetter": true,
1691
+ "hasSetter": false,
1692
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1693
+ "declaringAssemblyName": "Azure.Core"
1694
+ }
1695
+ ],
1696
+ "fields": [],
1697
+ "events": [],
1698
+ "constructors": [],
1699
+ "exposedMethods": [
1700
+ {
1701
+ "tsName": "tryGetCustomProperty",
1702
+ "isStatic": false,
1703
+ "tsSignatureId": "TryGetCustomProperty|(System.String,System.Object\u0026):System.Boolean|static=false",
1704
+ "target": {
1705
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1706
+ "declaringAssemblyName": "Azure.Core",
1707
+ "metadataToken": 100664802
1708
+ }
1709
+ },
1710
+ {
1711
+ "tsName": "toString",
1712
+ "isStatic": false,
1713
+ "tsSignatureId": "ToString|():System.String|static=false",
1714
+ "target": {
1715
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1716
+ "declaringAssemblyName": "Azure.Core",
1717
+ "metadataToken": 100664803
1718
+ }
1719
+ },
1720
+ {
1721
+ "tsName": "parse",
1722
+ "isStatic": true,
1723
+ "tsSignatureId": "Parse|(System.String):Azure.Core.GeoJson.GeoObject|static=true",
1724
+ "target": {
1725
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1726
+ "declaringAssemblyName": "Azure.Core",
1727
+ "metadataToken": 100664804
1728
+ }
1729
+ }
1730
+ ],
1731
+ "exposedProperties": [
1732
+ {
1733
+ "tsName": "type_",
1734
+ "isStatic": false,
1735
+ "tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1736
+ "target": {
1737
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1738
+ "declaringAssemblyName": "Azure.Core",
1739
+ "metadataToken": 385876357
1740
+ }
1741
+ },
1742
+ {
1743
+ "tsName": "boundingBox",
1744
+ "isStatic": false,
1745
+ "tsSignatureId": "BoundingBox|:Azure.Core.GeoJson.GeoBoundingBox|static=false|accessor=get",
1746
+ "target": {
1747
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1748
+ "declaringAssemblyName": "Azure.Core",
1749
+ "metadataToken": 385876358
1750
+ }
1751
+ }
1752
+ ]
1753
+ },
1754
+ {
1755
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint",
1756
+ "clrName": "Azure.Core.GeoJson.GeoPoint",
1757
+ "tsEmitName": "GeoPoint",
1758
+ "assemblyName": "Azure.Core",
1759
+ "metadataToken": 0,
1760
+ "methods": [
1761
+ {
1762
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IJsonModel\u00601::Write(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void",
1763
+ "clrName": "Write",
1764
+ "tsEmitName": "write",
1765
+ "metadataToken": 100663689,
1766
+ "canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void",
1767
+ "normalizedSignature": "Write|(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void|static=false",
1768
+ "emitScope": "ViewOnly",
1769
+ "arity": 0,
1770
+ "parameterCount": 2,
1771
+ "declaringClrType": "System.ClientModel.Primitives.IJsonModel\u00601",
1772
+ "declaringAssemblyName": "System.ClientModel",
1773
+ "isExtensionMethod": false
1774
+ },
1775
+ {
1776
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IJsonModel\u00601::Create(System.Text.Json.Utf8JsonReader\u0026,System.ClientModel.Primitives.ModelReaderWriterOptions):T",
1777
+ "clrName": "Create",
1778
+ "tsEmitName": "create",
1779
+ "metadataToken": 100663690,
1780
+ "canonicalSignature": "(System.Text.Json.Utf8JsonReader\u0026,System.ClientModel.Primitives.ModelReaderWriterOptions):T",
1781
+ "normalizedSignature": "Create|(System.Text.Json.Utf8JsonReader\u0026,System.ClientModel.Primitives.ModelReaderWriterOptions):T|static=false",
1782
+ "emitScope": "ViewOnly",
1783
+ "arity": 0,
1784
+ "parameterCount": 2,
1785
+ "declaringClrType": "System.ClientModel.Primitives.IJsonModel\u00601",
1786
+ "declaringAssemblyName": "System.ClientModel",
1787
+ "isExtensionMethod": false,
1788
+ "parameterModifiers": [
1789
+ {
1790
+ "index": 0,
1791
+ "modifier": "ref"
1792
+ }
1793
+ ]
1794
+ },
1795
+ {
1796
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601::Write(System.ClientModel.Primitives.ModelReaderWriterOptions):System.BinaryData",
1797
+ "clrName": "Write",
1798
+ "tsEmitName": "write",
1799
+ "metadataToken": 100663691,
1800
+ "canonicalSignature": "(System.ClientModel.Primitives.ModelReaderWriterOptions):System.BinaryData",
1801
+ "normalizedSignature": "Write|(System.ClientModel.Primitives.ModelReaderWriterOptions):System.BinaryData|static=false",
1802
+ "emitScope": "ViewOnly",
1803
+ "arity": 0,
1804
+ "parameterCount": 1,
1805
+ "declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
1806
+ "declaringAssemblyName": "System.ClientModel",
1807
+ "isExtensionMethod": false
1808
+ },
1809
+ {
1810
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601::Create(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions):T",
1811
+ "clrName": "Create",
1812
+ "tsEmitName": "create",
1813
+ "metadataToken": 100663692,
1814
+ "canonicalSignature": "(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions):T",
1815
+ "normalizedSignature": "Create|(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions):T|static=false",
1816
+ "emitScope": "ViewOnly",
1817
+ "arity": 0,
1818
+ "parameterCount": 2,
1819
+ "declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
1820
+ "declaringAssemblyName": "System.ClientModel",
1821
+ "isExtensionMethod": false
1822
+ },
1823
+ {
1824
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601::GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions):System.String",
1825
+ "clrName": "GetFormatFromOptions",
1826
+ "tsEmitName": "getFormatFromOptions",
1827
+ "metadataToken": 100663693,
1828
+ "canonicalSignature": "(System.ClientModel.Primitives.ModelReaderWriterOptions):System.String",
1829
+ "normalizedSignature": "GetFormatFromOptions|(System.ClientModel.Primitives.ModelReaderWriterOptions):System.String|static=false",
1830
+ "emitScope": "ViewOnly",
1831
+ "arity": 0,
1832
+ "parameterCount": 1,
1833
+ "declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
1834
+ "declaringAssemblyName": "System.ClientModel",
1835
+ "isExtensionMethod": false
1836
+ }
1837
+ ],
1838
+ "properties": [
1839
+ {
1840
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint::Coordinates:Azure.Core.GeoJson.GeoPosition",
1841
+ "clrName": "Coordinates",
1842
+ "tsEmitName": "coordinates",
1843
+ "metadataToken": 385876359,
1844
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoPosition",
1845
+ "normalizedSignature": "Coordinates|:Azure.Core.GeoJson.GeoPosition|static=false|accessor=get",
1846
+ "emitScope": "ClassSurface",
1847
+ "isIndexer": false,
1848
+ "hasGetter": true,
1849
+ "hasSetter": false,
1850
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
1851
+ "declaringAssemblyName": "Azure.Core"
1852
+ },
1853
+ {
1854
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint::Type:Azure.Core.GeoJson.GeoObjectType",
1855
+ "clrName": "Type",
1856
+ "tsEmitName": "type_",
1857
+ "metadataToken": 385876360,
1858
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
1859
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
1860
+ "emitScope": "ClassSurface",
1861
+ "isIndexer": false,
1862
+ "hasGetter": true,
1863
+ "hasSetter": false,
1864
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
1865
+ "declaringAssemblyName": "Azure.Core"
1866
+ }
1867
+ ],
1868
+ "fields": [],
1869
+ "events": [],
1870
+ "constructors": [
1871
+ {
1872
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint::.ctor():void",
1873
+ "metadataToken": 100664806,
1874
+ "canonicalSignature": "():void",
1875
+ "normalizedSignature": "constructor|():void|static=false",
1876
+ "isStatic": false,
1877
+ "parameterCount": 0,
1878
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
1879
+ "declaringAssemblyName": "Azure.Core"
1880
+ },
1881
+ {
1882
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint::.ctor(System.Double,System.Double):void",
1883
+ "metadataToken": 100664807,
1884
+ "canonicalSignature": "(System.Double,System.Double):void",
1885
+ "normalizedSignature": "constructor|(System.Double,System.Double):void|static=false",
1886
+ "isStatic": false,
1887
+ "parameterCount": 2,
1888
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
1889
+ "declaringAssemblyName": "Azure.Core"
1890
+ },
1891
+ {
1892
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint::.ctor(System.Double,System.Double,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
1893
+ "metadataToken": 100664808,
1894
+ "canonicalSignature": "(System.Double,System.Double,System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
1895
+ "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",
1896
+ "isStatic": false,
1897
+ "parameterCount": 3,
1898
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
1899
+ "declaringAssemblyName": "Azure.Core"
1900
+ },
1901
+ {
1902
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint::.ctor(Azure.Core.GeoJson.GeoPosition):void",
1903
+ "metadataToken": 100664809,
1904
+ "canonicalSignature": "(Azure.Core.GeoJson.GeoPosition):void",
1905
+ "normalizedSignature": "constructor|(Azure.Core.GeoJson.GeoPosition):void|static=false",
1906
+ "isStatic": false,
1907
+ "parameterCount": 1,
1908
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
1909
+ "declaringAssemblyName": "Azure.Core"
1910
+ },
1911
+ {
1912
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPoint::.ctor(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",
1913
+ "metadataToken": 100664810,
1914
+ "canonicalSignature": "(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",
1915
+ "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",
1916
+ "isStatic": false,
1917
+ "parameterCount": 3,
1918
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
1919
+ "declaringAssemblyName": "Azure.Core"
1920
+ }
1921
+ ],
1922
+ "exposedMethods": [
1923
+ {
1924
+ "tsName": "write",
1925
+ "isStatic": false,
1926
+ "tsSignatureId": "Write|(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void|static=false",
1927
+ "target": {
1928
+ "declaringClrType": "System.ClientModel.Primitives.IJsonModel\u00601",
1929
+ "declaringAssemblyName": "System.ClientModel",
1930
+ "metadataToken": 100663689
1931
+ }
1932
+ },
1933
+ {
1934
+ "tsName": "create",
1935
+ "isStatic": false,
1936
+ "tsSignatureId": "Create|(System.Text.Json.Utf8JsonReader\u0026,System.ClientModel.Primitives.ModelReaderWriterOptions):T|static=false",
1937
+ "target": {
1938
+ "declaringClrType": "System.ClientModel.Primitives.IJsonModel\u00601",
1939
+ "declaringAssemblyName": "System.ClientModel",
1940
+ "metadataToken": 100663690
1941
+ }
1942
+ },
1943
+ {
1944
+ "tsName": "write",
1945
+ "isStatic": false,
1946
+ "tsSignatureId": "Write|(System.ClientModel.Primitives.ModelReaderWriterOptions):System.BinaryData|static=false",
1947
+ "target": {
1948
+ "declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
1949
+ "declaringAssemblyName": "System.ClientModel",
1950
+ "metadataToken": 100663691
1951
+ }
1952
+ },
1953
+ {
1954
+ "tsName": "create",
1955
+ "isStatic": false,
1956
+ "tsSignatureId": "Create|(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions):T|static=false",
1957
+ "target": {
1958
+ "declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
1959
+ "declaringAssemblyName": "System.ClientModel",
1960
+ "metadataToken": 100663692
1961
+ }
1962
+ },
1963
+ {
1964
+ "tsName": "getFormatFromOptions",
1965
+ "isStatic": false,
1966
+ "tsSignatureId": "GetFormatFromOptions|(System.ClientModel.Primitives.ModelReaderWriterOptions):System.String|static=false",
1967
+ "target": {
1968
+ "declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
1969
+ "declaringAssemblyName": "System.ClientModel",
1970
+ "metadataToken": 100663693
1971
+ }
1972
+ },
1973
+ {
1974
+ "tsName": "tryGetCustomProperty",
1975
+ "isStatic": false,
1976
+ "tsSignatureId": "TryGetCustomProperty|(System.String,System.Object\u0026):System.Boolean|static=false",
1977
+ "target": {
1978
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1979
+ "declaringAssemblyName": "Azure.Core",
1980
+ "metadataToken": 100664802
1981
+ }
1982
+ },
1983
+ {
1984
+ "tsName": "toString",
1985
+ "isStatic": false,
1986
+ "tsSignatureId": "ToString|():System.String|static=false",
1987
+ "target": {
1988
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1989
+ "declaringAssemblyName": "Azure.Core",
1990
+ "metadataToken": 100664803
1991
+ }
1992
+ },
1993
+ {
1994
+ "tsName": "parse",
1995
+ "isStatic": true,
1996
+ "tsSignatureId": "Parse|(System.String):Azure.Core.GeoJson.GeoObject|static=true",
1997
+ "target": {
1998
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
1999
+ "declaringAssemblyName": "Azure.Core",
2000
+ "metadataToken": 100664804
2001
+ }
2002
+ }
2003
+ ],
2004
+ "exposedProperties": [
2005
+ {
2006
+ "tsName": "coordinates",
2007
+ "isStatic": false,
2008
+ "tsSignatureId": "Coordinates|:Azure.Core.GeoJson.GeoPosition|static=false|accessor=get",
2009
+ "target": {
2010
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
2011
+ "declaringAssemblyName": "Azure.Core",
2012
+ "metadataToken": 385876359
2013
+ }
2014
+ },
2015
+ {
2016
+ "tsName": "type_",
2017
+ "isStatic": false,
2018
+ "tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
2019
+ "target": {
2020
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
2021
+ "declaringAssemblyName": "Azure.Core",
2022
+ "metadataToken": 385876360
2023
+ }
2024
+ },
2025
+ {
2026
+ "tsName": "boundingBox",
2027
+ "isStatic": false,
2028
+ "tsSignatureId": "BoundingBox|:Azure.Core.GeoJson.GeoBoundingBox|static=false|accessor=get",
2029
+ "target": {
2030
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2031
+ "declaringAssemblyName": "Azure.Core",
2032
+ "metadataToken": 385876358
2033
+ }
2034
+ }
2035
+ ],
2036
+ "exposedConstructors": [
2037
+ {
2038
+ "isStatic": false,
2039
+ "tsSignatureId": "constructor|():void|static=false",
2040
+ "target": {
2041
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
2042
+ "declaringAssemblyName": "Azure.Core",
2043
+ "metadataToken": 100664806
2044
+ }
2045
+ },
2046
+ {
2047
+ "isStatic": false,
2048
+ "tsSignatureId": "constructor|(System.Double,System.Double):void|static=false",
2049
+ "target": {
2050
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
2051
+ "declaringAssemblyName": "Azure.Core",
2052
+ "metadataToken": 100664807
2053
+ }
2054
+ },
2055
+ {
2056
+ "isStatic": false,
2057
+ "tsSignatureId": "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",
2058
+ "target": {
2059
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
2060
+ "declaringAssemblyName": "Azure.Core",
2061
+ "metadataToken": 100664808
2062
+ }
2063
+ },
2064
+ {
2065
+ "isStatic": false,
2066
+ "tsSignatureId": "constructor|(Azure.Core.GeoJson.GeoPosition):void|static=false",
2067
+ "target": {
2068
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
2069
+ "declaringAssemblyName": "Azure.Core",
2070
+ "metadataToken": 100664809
2071
+ }
2072
+ },
2073
+ {
2074
+ "isStatic": false,
2075
+ "tsSignatureId": "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",
2076
+ "target": {
2077
+ "declaringClrType": "Azure.Core.GeoJson.GeoPoint",
2078
+ "declaringAssemblyName": "Azure.Core",
2079
+ "metadataToken": 100664810
2080
+ }
2081
+ }
2082
+ ]
2083
+ },
2084
+ {
2085
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection",
2086
+ "clrName": "Azure.Core.GeoJson.GeoPointCollection",
2087
+ "tsEmitName": "GeoPointCollection",
2088
+ "assemblyName": "Azure.Core",
2089
+ "metadataToken": 0,
2090
+ "methods": [
2091
+ {
2092
+ "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]]",
2093
+ "clrName": "GetEnumerator",
2094
+ "tsEmitName": "getEnumerator",
2095
+ "metadataToken": 100664822,
2096
+ "canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
2097
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2098
+ "emitScope": "ClassSurface",
2099
+ "arity": 0,
2100
+ "parameterCount": 0,
2101
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2102
+ "declaringAssemblyName": "Azure.Core",
2103
+ "isExtensionMethod": false
2104
+ }
2105
+ ],
2106
+ "properties": [
2107
+ {
2108
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::Count:System.Int32",
2109
+ "clrName": "Count",
2110
+ "tsEmitName": "count",
2111
+ "metadataToken": 385876362,
2112
+ "canonicalSignature": ":System.Int32",
2113
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2114
+ "emitScope": "ClassSurface",
2115
+ "isIndexer": false,
2116
+ "hasGetter": true,
2117
+ "hasSetter": false,
2118
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2119
+ "declaringAssemblyName": "Azure.Core"
2120
+ },
2121
+ {
2122
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::Item[System.Int32]:Azure.Core.GeoJson.GeoPoint",
2123
+ "clrName": "Item",
2124
+ "tsEmitName": "item",
2125
+ "metadataToken": 385876363,
2126
+ "canonicalSignature": "[System.Int32]:Azure.Core.GeoJson.GeoPoint",
2127
+ "normalizedSignature": "Item|[System.Int32]:Azure.Core.GeoJson.GeoPoint|static=false|accessor=get",
2128
+ "emitScope": "ClassSurface",
2129
+ "isIndexer": true,
2130
+ "hasGetter": true,
2131
+ "hasSetter": false,
2132
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2133
+ "declaringAssemblyName": "Azure.Core"
2134
+ },
2135
+ {
2136
+ "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]]",
2137
+ "clrName": "Coordinates",
2138
+ "tsEmitName": "coordinates",
2139
+ "metadataToken": 385876364,
2140
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoArray_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
2141
+ "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",
2142
+ "emitScope": "ClassSurface",
2143
+ "isIndexer": false,
2144
+ "hasGetter": true,
2145
+ "hasSetter": false,
2146
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2147
+ "declaringAssemblyName": "Azure.Core"
2148
+ },
2149
+ {
2150
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::Type:Azure.Core.GeoJson.GeoObjectType",
2151
+ "clrName": "Type",
2152
+ "tsEmitName": "type_",
2153
+ "metadataToken": 385876365,
2154
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
2155
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
2156
+ "emitScope": "ClassSurface",
2157
+ "isIndexer": false,
2158
+ "hasGetter": true,
2159
+ "hasSetter": false,
2160
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2161
+ "declaringAssemblyName": "Azure.Core"
2162
+ }
2163
+ ],
2164
+ "fields": [],
2165
+ "events": [],
2166
+ "constructors": [
2167
+ {
2168
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::.ctor(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
2169
+ "metadataToken": 100664819,
2170
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
2171
+ "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",
2172
+ "isStatic": false,
2173
+ "parameterCount": 1,
2174
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2175
+ "declaringAssemblyName": "Azure.Core"
2176
+ },
2177
+ {
2178
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPointCollection::.ctor(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",
2179
+ "metadataToken": 100664820,
2180
+ "canonicalSignature": "(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",
2181
+ "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",
2182
+ "isStatic": false,
2183
+ "parameterCount": 3,
2184
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2185
+ "declaringAssemblyName": "Azure.Core"
2186
+ }
2187
+ ],
2188
+ "exposedMethods": [
2189
+ {
2190
+ "tsName": "getEnumerator",
2191
+ "isStatic": false,
2192
+ "tsSignatureId": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2193
+ "target": {
2194
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2195
+ "declaringAssemblyName": "Azure.Core",
2196
+ "metadataToken": 100664822
2197
+ }
2198
+ },
2199
+ {
2200
+ "tsName": "tryGetCustomProperty",
2201
+ "isStatic": false,
2202
+ "tsSignatureId": "TryGetCustomProperty|(System.String,System.Object\u0026):System.Boolean|static=false",
2203
+ "target": {
2204
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2205
+ "declaringAssemblyName": "Azure.Core",
2206
+ "metadataToken": 100664802
2207
+ }
2208
+ },
2209
+ {
2210
+ "tsName": "toString",
2211
+ "isStatic": false,
2212
+ "tsSignatureId": "ToString|():System.String|static=false",
2213
+ "target": {
2214
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2215
+ "declaringAssemblyName": "Azure.Core",
2216
+ "metadataToken": 100664803
2217
+ }
2218
+ },
2219
+ {
2220
+ "tsName": "parse",
2221
+ "isStatic": true,
2222
+ "tsSignatureId": "Parse|(System.String):Azure.Core.GeoJson.GeoObject|static=true",
2223
+ "target": {
2224
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2225
+ "declaringAssemblyName": "Azure.Core",
2226
+ "metadataToken": 100664804
2227
+ }
2228
+ }
2229
+ ],
2230
+ "exposedProperties": [
2231
+ {
2232
+ "tsName": "count",
2233
+ "isStatic": false,
2234
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
2235
+ "target": {
2236
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2237
+ "declaringAssemblyName": "Azure.Core",
2238
+ "metadataToken": 385876362
2239
+ }
2240
+ },
2241
+ {
2242
+ "tsName": "item",
2243
+ "isStatic": false,
2244
+ "tsSignatureId": "Item|[System.Int32]:Azure.Core.GeoJson.GeoPoint|static=false|accessor=get",
2245
+ "target": {
2246
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2247
+ "declaringAssemblyName": "Azure.Core",
2248
+ "metadataToken": 385876363
2249
+ }
2250
+ },
2251
+ {
2252
+ "tsName": "coordinates",
2253
+ "isStatic": false,
2254
+ "tsSignatureId": "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",
2255
+ "target": {
2256
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2257
+ "declaringAssemblyName": "Azure.Core",
2258
+ "metadataToken": 385876364
2259
+ }
2260
+ },
2261
+ {
2262
+ "tsName": "type_",
2263
+ "isStatic": false,
2264
+ "tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
2265
+ "target": {
2266
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2267
+ "declaringAssemblyName": "Azure.Core",
2268
+ "metadataToken": 385876365
2269
+ }
2270
+ },
2271
+ {
2272
+ "tsName": "boundingBox",
2273
+ "isStatic": false,
2274
+ "tsSignatureId": "BoundingBox|:Azure.Core.GeoJson.GeoBoundingBox|static=false|accessor=get",
2275
+ "target": {
2276
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2277
+ "declaringAssemblyName": "Azure.Core",
2278
+ "metadataToken": 385876358
2279
+ }
2280
+ }
2281
+ ],
2282
+ "exposedConstructors": [
2283
+ {
2284
+ "isStatic": false,
2285
+ "tsSignatureId": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPoint,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
2286
+ "target": {
2287
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2288
+ "declaringAssemblyName": "Azure.Core",
2289
+ "metadataToken": 100664819
2290
+ }
2291
+ },
2292
+ {
2293
+ "isStatic": false,
2294
+ "tsSignatureId": "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",
2295
+ "target": {
2296
+ "declaringClrType": "Azure.Core.GeoJson.GeoPointCollection",
2297
+ "declaringAssemblyName": "Azure.Core",
2298
+ "metadataToken": 100664820
2299
+ }
2300
+ }
2301
+ ]
2302
+ },
2303
+ {
2304
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon",
2305
+ "clrName": "Azure.Core.GeoJson.GeoPolygon",
2306
+ "tsEmitName": "GeoPolygon",
2307
+ "assemblyName": "Azure.Core",
2308
+ "metadataToken": 0,
2309
+ "methods": [],
2310
+ "properties": [
2311
+ {
2312
+ "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]]",
2313
+ "clrName": "Rings",
2314
+ "tsEmitName": "rings",
2315
+ "metadataToken": 385876366,
2316
+ "canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Azure.Core.GeoJson.GeoLinearRing,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
2317
+ "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",
2318
+ "emitScope": "ClassSurface",
2319
+ "isIndexer": false,
2320
+ "hasGetter": true,
2321
+ "hasSetter": false,
2322
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2323
+ "declaringAssemblyName": "Azure.Core"
2324
+ },
2325
+ {
2326
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon::OuterRing:Azure.Core.GeoJson.GeoLinearRing",
2327
+ "clrName": "OuterRing",
2328
+ "tsEmitName": "outerRing",
2329
+ "metadataToken": 385876367,
2330
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoLinearRing",
2331
+ "normalizedSignature": "OuterRing|:Azure.Core.GeoJson.GeoLinearRing|static=false|accessor=get",
2332
+ "emitScope": "ClassSurface",
2333
+ "isIndexer": false,
2334
+ "hasGetter": true,
2335
+ "hasSetter": false,
2336
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2337
+ "declaringAssemblyName": "Azure.Core"
2338
+ },
2339
+ {
2340
+ "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]]",
2341
+ "clrName": "Coordinates",
2342
+ "tsEmitName": "coordinates",
2343
+ "metadataToken": 385876368,
2344
+ "canonicalSignature": ":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]]",
2345
+ "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",
2346
+ "emitScope": "ClassSurface",
2347
+ "isIndexer": false,
2348
+ "hasGetter": true,
2349
+ "hasSetter": false,
2350
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2351
+ "declaringAssemblyName": "Azure.Core"
2352
+ },
2353
+ {
2354
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon::Type:Azure.Core.GeoJson.GeoObjectType",
2355
+ "clrName": "Type",
2356
+ "tsEmitName": "type_",
2357
+ "metadataToken": 385876369,
2358
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
2359
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
2360
+ "emitScope": "ClassSurface",
2361
+ "isIndexer": false,
2362
+ "hasGetter": true,
2363
+ "hasSetter": false,
2364
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2365
+ "declaringAssemblyName": "Azure.Core"
2366
+ }
2367
+ ],
2368
+ "fields": [],
2369
+ "events": [],
2370
+ "constructors": [
2371
+ {
2372
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon::.ctor(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
2373
+ "metadataToken": 100664828,
2374
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
2375
+ "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",
2376
+ "isStatic": false,
2377
+ "parameterCount": 1,
2378
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2379
+ "declaringAssemblyName": "Azure.Core"
2380
+ },
2381
+ {
2382
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon::.ctor(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLinearRing,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
2383
+ "metadataToken": 100664829,
2384
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLinearRing,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
2385
+ "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",
2386
+ "isStatic": false,
2387
+ "parameterCount": 1,
2388
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2389
+ "declaringAssemblyName": "Azure.Core"
2390
+ },
2391
+ {
2392
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygon::.ctor(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",
2393
+ "metadataToken": 100664830,
2394
+ "canonicalSignature": "(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",
2395
+ "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",
2396
+ "isStatic": false,
2397
+ "parameterCount": 3,
2398
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2399
+ "declaringAssemblyName": "Azure.Core"
2400
+ }
2401
+ ],
2402
+ "exposedMethods": [
2403
+ {
2404
+ "tsName": "tryGetCustomProperty",
2405
+ "isStatic": false,
2406
+ "tsSignatureId": "TryGetCustomProperty|(System.String,System.Object\u0026):System.Boolean|static=false",
2407
+ "target": {
2408
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2409
+ "declaringAssemblyName": "Azure.Core",
2410
+ "metadataToken": 100664802
2411
+ }
2412
+ },
2413
+ {
2414
+ "tsName": "toString",
2415
+ "isStatic": false,
2416
+ "tsSignatureId": "ToString|():System.String|static=false",
2417
+ "target": {
2418
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2419
+ "declaringAssemblyName": "Azure.Core",
2420
+ "metadataToken": 100664803
2421
+ }
2422
+ },
2423
+ {
2424
+ "tsName": "parse",
2425
+ "isStatic": true,
2426
+ "tsSignatureId": "Parse|(System.String):Azure.Core.GeoJson.GeoObject|static=true",
2427
+ "target": {
2428
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2429
+ "declaringAssemblyName": "Azure.Core",
2430
+ "metadataToken": 100664804
2431
+ }
2432
+ }
2433
+ ],
2434
+ "exposedProperties": [
2435
+ {
2436
+ "tsName": "rings",
2437
+ "isStatic": false,
2438
+ "tsSignatureId": "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",
2439
+ "target": {
2440
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2441
+ "declaringAssemblyName": "Azure.Core",
2442
+ "metadataToken": 385876366
2443
+ }
2444
+ },
2445
+ {
2446
+ "tsName": "outerRing",
2447
+ "isStatic": false,
2448
+ "tsSignatureId": "OuterRing|:Azure.Core.GeoJson.GeoLinearRing|static=false|accessor=get",
2449
+ "target": {
2450
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2451
+ "declaringAssemblyName": "Azure.Core",
2452
+ "metadataToken": 385876367
2453
+ }
2454
+ },
2455
+ {
2456
+ "tsName": "coordinates",
2457
+ "isStatic": false,
2458
+ "tsSignatureId": "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",
2459
+ "target": {
2460
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2461
+ "declaringAssemblyName": "Azure.Core",
2462
+ "metadataToken": 385876368
2463
+ }
2464
+ },
2465
+ {
2466
+ "tsName": "type_",
2467
+ "isStatic": false,
2468
+ "tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
2469
+ "target": {
2470
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2471
+ "declaringAssemblyName": "Azure.Core",
2472
+ "metadataToken": 385876369
2473
+ }
2474
+ },
2475
+ {
2476
+ "tsName": "boundingBox",
2477
+ "isStatic": false,
2478
+ "tsSignatureId": "BoundingBox|:Azure.Core.GeoJson.GeoBoundingBox|static=false|accessor=get",
2479
+ "target": {
2480
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2481
+ "declaringAssemblyName": "Azure.Core",
2482
+ "metadataToken": 385876358
2483
+ }
2484
+ }
2485
+ ],
2486
+ "exposedConstructors": [
2487
+ {
2488
+ "isStatic": false,
2489
+ "tsSignatureId": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPosition,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
2490
+ "target": {
2491
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2492
+ "declaringAssemblyName": "Azure.Core",
2493
+ "metadataToken": 100664828
2494
+ }
2495
+ },
2496
+ {
2497
+ "isStatic": false,
2498
+ "tsSignatureId": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoLinearRing,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
2499
+ "target": {
2500
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2501
+ "declaringAssemblyName": "Azure.Core",
2502
+ "metadataToken": 100664829
2503
+ }
2504
+ },
2505
+ {
2506
+ "isStatic": false,
2507
+ "tsSignatureId": "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",
2508
+ "target": {
2509
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygon",
2510
+ "declaringAssemblyName": "Azure.Core",
2511
+ "metadataToken": 100664830
2512
+ }
2513
+ }
2514
+ ]
2515
+ },
2516
+ {
2517
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection",
2518
+ "clrName": "Azure.Core.GeoJson.GeoPolygonCollection",
2519
+ "tsEmitName": "GeoPolygonCollection",
2520
+ "assemblyName": "Azure.Core",
2521
+ "metadataToken": 0,
2522
+ "methods": [
2523
+ {
2524
+ "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]]",
2525
+ "clrName": "GetEnumerator",
2526
+ "tsEmitName": "getEnumerator",
2527
+ "metadataToken": 100664838,
2528
+ "canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
2529
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2530
+ "emitScope": "ClassSurface",
2531
+ "arity": 0,
2532
+ "parameterCount": 0,
2533
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2534
+ "declaringAssemblyName": "Azure.Core",
2535
+ "isExtensionMethod": false
2536
+ }
2537
+ ],
2538
+ "properties": [
2539
+ {
2540
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::Count:System.Int32",
2541
+ "clrName": "Count",
2542
+ "tsEmitName": "count",
2543
+ "metadataToken": 385876371,
2544
+ "canonicalSignature": ":System.Int32",
2545
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2546
+ "emitScope": "ClassSurface",
2547
+ "isIndexer": false,
2548
+ "hasGetter": true,
2549
+ "hasSetter": false,
2550
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2551
+ "declaringAssemblyName": "Azure.Core"
2552
+ },
2553
+ {
2554
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::Item[System.Int32]:Azure.Core.GeoJson.GeoPolygon",
2555
+ "clrName": "Item",
2556
+ "tsEmitName": "item",
2557
+ "metadataToken": 385876372,
2558
+ "canonicalSignature": "[System.Int32]:Azure.Core.GeoJson.GeoPolygon",
2559
+ "normalizedSignature": "Item|[System.Int32]:Azure.Core.GeoJson.GeoPolygon|static=false|accessor=get",
2560
+ "emitScope": "ClassSurface",
2561
+ "isIndexer": true,
2562
+ "hasGetter": true,
2563
+ "hasSetter": false,
2564
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2565
+ "declaringAssemblyName": "Azure.Core"
2566
+ },
2567
+ {
2568
+ "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]]",
2569
+ "clrName": "Coordinates",
2570
+ "tsEmitName": "coordinates",
2571
+ "metadataToken": 385876373,
2572
+ "canonicalSignature": ":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]]",
2573
+ "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",
2574
+ "emitScope": "ClassSurface",
2575
+ "isIndexer": false,
2576
+ "hasGetter": true,
2577
+ "hasSetter": false,
2578
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2579
+ "declaringAssemblyName": "Azure.Core"
2580
+ },
2581
+ {
2582
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::Type:Azure.Core.GeoJson.GeoObjectType",
2583
+ "clrName": "Type",
2584
+ "tsEmitName": "type_",
2585
+ "metadataToken": 385876374,
2586
+ "canonicalSignature": ":Azure.Core.GeoJson.GeoObjectType",
2587
+ "normalizedSignature": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
2588
+ "emitScope": "ClassSurface",
2589
+ "isIndexer": false,
2590
+ "hasGetter": true,
2591
+ "hasSetter": false,
2592
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2593
+ "declaringAssemblyName": "Azure.Core"
2594
+ }
2595
+ ],
2596
+ "fields": [],
2597
+ "events": [],
2598
+ "constructors": [
2599
+ {
2600
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::.ctor(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
2601
+ "metadataToken": 100664835,
2602
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void",
2603
+ "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",
2604
+ "isStatic": false,
2605
+ "parameterCount": 1,
2606
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2607
+ "declaringAssemblyName": "Azure.Core"
2608
+ },
2609
+ {
2610
+ "stableId": "Azure.Core:Azure.Core.GeoJson.GeoPolygonCollection::.ctor(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",
2611
+ "metadataToken": 100664836,
2612
+ "canonicalSignature": "(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",
2613
+ "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",
2614
+ "isStatic": false,
2615
+ "parameterCount": 3,
2616
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2617
+ "declaringAssemblyName": "Azure.Core"
2618
+ }
2619
+ ],
2620
+ "exposedMethods": [
2621
+ {
2622
+ "tsName": "getEnumerator",
2623
+ "isStatic": false,
2624
+ "tsSignatureId": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2625
+ "target": {
2626
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2627
+ "declaringAssemblyName": "Azure.Core",
2628
+ "metadataToken": 100664838
2629
+ }
2630
+ },
2631
+ {
2632
+ "tsName": "tryGetCustomProperty",
2633
+ "isStatic": false,
2634
+ "tsSignatureId": "TryGetCustomProperty|(System.String,System.Object\u0026):System.Boolean|static=false",
2635
+ "target": {
2636
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2637
+ "declaringAssemblyName": "Azure.Core",
2638
+ "metadataToken": 100664802
2639
+ }
2640
+ },
2641
+ {
2642
+ "tsName": "toString",
2643
+ "isStatic": false,
2644
+ "tsSignatureId": "ToString|():System.String|static=false",
2645
+ "target": {
2646
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2647
+ "declaringAssemblyName": "Azure.Core",
2648
+ "metadataToken": 100664803
2649
+ }
2650
+ },
2651
+ {
2652
+ "tsName": "parse",
2653
+ "isStatic": true,
2654
+ "tsSignatureId": "Parse|(System.String):Azure.Core.GeoJson.GeoObject|static=true",
2655
+ "target": {
2656
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2657
+ "declaringAssemblyName": "Azure.Core",
2658
+ "metadataToken": 100664804
2659
+ }
2660
+ }
2661
+ ],
2662
+ "exposedProperties": [
2663
+ {
2664
+ "tsName": "count",
2665
+ "isStatic": false,
2666
+ "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
2667
+ "target": {
2668
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2669
+ "declaringAssemblyName": "Azure.Core",
2670
+ "metadataToken": 385876371
2671
+ }
2672
+ },
2673
+ {
2674
+ "tsName": "item",
2675
+ "isStatic": false,
2676
+ "tsSignatureId": "Item|[System.Int32]:Azure.Core.GeoJson.GeoPolygon|static=false|accessor=get",
2677
+ "target": {
2678
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2679
+ "declaringAssemblyName": "Azure.Core",
2680
+ "metadataToken": 385876372
2681
+ }
2682
+ },
2683
+ {
2684
+ "tsName": "coordinates",
2685
+ "isStatic": false,
2686
+ "tsSignatureId": "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",
2687
+ "target": {
2688
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2689
+ "declaringAssemblyName": "Azure.Core",
2690
+ "metadataToken": 385876373
2691
+ }
2692
+ },
2693
+ {
2694
+ "tsName": "type_",
2695
+ "isStatic": false,
2696
+ "tsSignatureId": "Type|:Azure.Core.GeoJson.GeoObjectType|static=false|accessor=get",
2697
+ "target": {
2698
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2699
+ "declaringAssemblyName": "Azure.Core",
2700
+ "metadataToken": 385876374
2701
+ }
2702
+ },
2703
+ {
2704
+ "tsName": "boundingBox",
2705
+ "isStatic": false,
2706
+ "tsSignatureId": "BoundingBox|:Azure.Core.GeoJson.GeoBoundingBox|static=false|accessor=get",
2707
+ "target": {
2708
+ "declaringClrType": "Azure.Core.GeoJson.GeoObject",
2709
+ "declaringAssemblyName": "Azure.Core",
2710
+ "metadataToken": 385876358
2711
+ }
2712
+ }
2713
+ ],
2714
+ "exposedConstructors": [
2715
+ {
2716
+ "isStatic": false,
2717
+ "tsSignatureId": "constructor|(System.Collections.Generic.IEnumerable_1[[Azure.Core.GeoJson.GeoPolygon,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]):void|static=false",
2718
+ "target": {
2719
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2720
+ "declaringAssemblyName": "Azure.Core",
2721
+ "metadataToken": 100664835
2722
+ }
2723
+ },
2724
+ {
2725
+ "isStatic": false,
2726
+ "tsSignatureId": "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",
2727
+ "target": {
2728
+ "declaringClrType": "Azure.Core.GeoJson.GeoPolygonCollection",
2729
+ "declaringAssemblyName": "Azure.Core",
2730
+ "metadataToken": 100664836
2731
+ }
2732
+ }
2733
+ ]
2734
+ }
2735
+ ]
2736
+ }