Yuriy Paramonv

Results 16 comments of Yuriy Paramonv

Hello i would like to create method what return the array for example int array. And also i would like to add more then one parameter to that array Can...

Окей я на первую проблему с мосивами ришения написал ![image](https://cloud.githubusercontent.com/assets/10700148/10861731/acfc260e-7f61-11e5-8254-6e5c3839ca3b.png) primType ::= "int []"="i[" | "string []"="s[" | "double []"= "d[" |string=s | byte=by | bool=b | "System.DateTime"=dt | decimal=dc...

With those changes work like that ![image](https://cloud.githubusercontent.com/assets/10700148/10861741/06ff3128-7f62-11e5-9d0e-5b11b4a8a550.png)

Okay great I done it. ![image](https://cloud.githubusercontent.com/assets/10700148/10861897/e0ccd378-7f68-11e5-97cc-d5142902e29e.png)

![image](https://cloud.githubusercontent.com/assets/10700148/10861902/00346b0e-7f69-11e5-92d4-f422a0ac9f99.png) ![image](https://cloud.githubusercontent.com/assets/10700148/10861904/09ae776a-7f69-11e5-80fe-4034bcfbf5c3.png) Here how i done it. I still work on it. But ZenSharp is great i fall in love with it

Now i want to made it work untill 5 variables and with ref out and params

Finally I done it support max 5 arguments modiffier of access and arrays ![Uploading image.png…]()

![image](https://cloud.githubusercontent.com/assets/10700148/10862024/58da01ec-7f6e-11e5-9f1d-534e6892e413.png) Here how it look like

Here the source if someone is intresting ![image](https://cloud.githubusercontent.com/assets/10700148/10862027/7d4504a0-7f6e-11e5-9b34-5b191b4f7eb7.png)