Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit a6d4b39

Browse files
committed
Enable out parm test. This is working now.
1 parent 2fbf96d commit a6d4b39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/TestExportInterface.cs

-2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,11 @@ public static void Main ()
5656

5757
demo.SayEnum (DemoEnum.Bar, DemoEnum.Foo);
5858

59-
/*
6059
uint n;
6160
string ostr;
6261
demo.WithOutParameters (out n, "21", out ostr);
6362
Console.WriteLine ("n: " + n);
6463
Console.WriteLine ("ostr: " + ostr);
65-
*/
6664

6765
/*
6866
IDemoOne[] objs = demo.GetObjArr ();

0 commit comments

Comments
 (0)