From d7bbe8a4701e8cb8098a35945f16d949db872890 Mon Sep 17 00:00:00 2001 From: sunset Date: Tue, 13 Oct 2020 14:50:20 +0800 Subject: [PATCH] Update BindingCodeGenerator.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 缺少引用 --- ILRuntime/Runtime/CLRBinding/BindingCodeGenerator.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ILRuntime/Runtime/CLRBinding/BindingCodeGenerator.cs b/ILRuntime/Runtime/CLRBinding/BindingCodeGenerator.cs index 67b7e782..4bbaa3c5 100644 --- a/ILRuntime/Runtime/CLRBinding/BindingCodeGenerator.cs +++ b/ILRuntime/Runtime/CLRBinding/BindingCodeGenerator.cs @@ -42,6 +42,7 @@ public static void GenerateBindingCode(List types, string outputPath, using System.Collections.Generic; using System.Reflection; using System.Runtime.InteropServices; +using System.Linq; using ILRuntime.CLR.TypeSystem; using ILRuntime.CLR.Method;