Skip to content

Commit

Permalink
File scoped namespaces isn't supported in current Csharp version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-bc committed Jan 21, 2024
1 parent 528df61 commit fd56659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Assets/BytecodeAlliance/WasmtimeDotNet/Delegates.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
namespace Wasmtime;
namespace Wasmtime
{

/// <summary>
/// Action accepting a caller
Expand Down Expand Up @@ -130,3 +131,4 @@
/// </summary>
public delegate TResult CallerFunc<in T1, in T2, in T3, in T4, in T5, in T6, in T7, in T8, in T9, in T10, in T11, in T12, out TResult>(Caller caller, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12);

}

0 comments on commit fd56659

Please sign in to comment.