We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01b913 commit 0d5a915Copy full SHA for 0d5a915
sources/ClangSharp/Cursors/Cursor.cs
@@ -65,7 +65,7 @@ public IReadOnlyList<Cursor> CursorChildren
65
cursorChildrenHandle.Free();
66
67
#if NET6_0_OR_GREATER
68
- [UnmanagedCallersOnly(CallConvs = [typeof(CallConvCdecl)])]
+ [UnmanagedCallersOnly(CallConvs = new System.Type[] { typeof(CallConvCdecl) })]
69
#endif
70
static CXChildVisitResult Visitor(CXCursor cursor, CXCursor parent, void* client_data)
71
{
0 commit comments