You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Run across the same problem today when generating c# from
"70pc_range": [
125000,
200000
],
"80pc_range": [
115000,
207500
],
"90pc_range": [
97000,
225000
],
"100pc_range": [
56000,
310000
],
When a property starts with a number, VB complains in the class.
For VB, when a property starts with a number, prefix the name with '_' underscore.
Example of URL with property starting with number:
https://api.coinmarketcap.com/v1/ticker/bitcoin/
Thanks.
The text was updated successfully, but these errors were encountered: