From 2875b0be66aae4b6e3704bb9041b02b5419909c4 Mon Sep 17 00:00:00 2001 From: Elivo Date: Thu, 19 Mar 2026 23:47:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20ObjectSet[].Dynamic=20?= =?UTF-8?q?=E7=9A=84=E7=9B=AE=E6=A0=87=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apewer/Source/SourceUtility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apewer/Source/SourceUtility.cs b/Apewer/Source/SourceUtility.cs index fb6adf1..c0ae115 100644 --- a/Apewer/Source/SourceUtility.cs +++ b/Apewer/Source/SourceUtility.cs @@ -1615,7 +1615,7 @@ namespace Apewer.Source #region Dynamic -#if NET40_OR_GREATER +#if !NET20 /// 转换 ObjectSet 数组为 dynamic 数组。 public static dynamic[] Dynamic(this ObjectSet[] oss)