From b580e8f40354323e083d54fc8bc7b031a418fc20 Mon Sep 17 00:00:00 2001 From: David Hall Date: Wed, 13 Sep 2023 09:20:50 -0600 Subject: [PATCH] Fixed ResourceFile with updates to Kernel32 --- Windows.Forms/Resources/ResourceFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows.Forms/Resources/ResourceFile.cs b/Windows.Forms/Resources/ResourceFile.cs index 5dd6c938..fbbb58cc 100644 --- a/Windows.Forms/Resources/ResourceFile.cs +++ b/Windows.Forms/Resources/ResourceFile.cs @@ -127,7 +127,7 @@ namespace Vanara.Resources /// Gets the resource names. /// The type. /// - public IList GetResourceNames(SafeResourceId type) => EnumResourceNamesEx(hLib, type); + public IReadOnlyList GetResourceNames(SafeResourceId type) => EnumResourceNamesEx(hLib, type); /// Gets the bitmap. /// The name.