From cba8401f6e50618edee7d6b4f74b8139616858d3 Mon Sep 17 00:00:00 2001 From: Elivo Date: Sun, 3 Aug 2025 22:32:53 +0800 Subject: [PATCH] =?UTF-8?q?Group=20=E6=96=B9=E6=B3=95=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=20null=20=E5=85=83=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apewer/CollectionUtility.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Apewer/CollectionUtility.cs b/Apewer/CollectionUtility.cs index ece8aab..51997a9 100644 --- a/Apewer/CollectionUtility.cs +++ b/Apewer/CollectionUtility.cs @@ -1019,8 +1019,6 @@ namespace Apewer var dict = new SortedDictionary>(); foreach (var item in items) { - if (item.IsNull()) continue; - var key = keyGetter.Invoke(item); if (key.IsNull()) continue;