Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3fec7 commit d16f6eaCopy full SHA for d16f6ea
src/testing/eventtest.cs
@@ -10,7 +10,7 @@ namespace Python.Test
10
public delegate void EventWithRefStringArgument(ref string data);
11
public delegate void EventWithRefIntArgument(ref int data);
12
13
-#pragma warning disable 67 // Unused events, these are only accessed from Python
+ #pragma warning disable 67 // Unused events, these are only accessed from Python
14
public class EventTest
15
{
16
public static event EventHandlerTest PublicStaticEvent;
0 commit comments