using System; - where can I get functions reference
Created at 02 Mar 2016, 10:02
using System; - where can I get functions reference
02 Mar 2016, 10:02
Hi,
I am newbie in cAlgo development. On this site there is a cAlgo API reference and guides. Could somebody tell me where can I find info for System functions?
Thx.
cyfer
02 Mar 2016, 21:47
https://msdn.microsoft.com/en-us/library/mt472912(v=vs.110).aspx
If you want to code cAlgo , you should be familiar with C# and DotNet Framework first
@cyfer