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
using namespace System;
using namespace System::IO;
using namespace System::Collections::Generic;
using namespace System::Data;
using namespace DocoptNet;
int main(array<System::String ^> ^args)
{
}
But in C++/CLR not exists "var" type.
The text was updated successfully, but these errors were encountered:
Hi!
How i can to use docopt.net in C++/CLR ?
Main class looks like:
using namespace System;
using namespace System::IO;
using namespace System::Collections::Generic;
using namespace System::Data;
using namespace DocoptNet;
int main(array<System::String ^> ^args)
{
}
But in C++/CLR not exists "var" type.
The text was updated successfully, but these errors were encountered: