Fixed ResourceFile with updates to Kernel32

pull/436/head
David Hall 2023-09-13 09:20:50 -06:00
parent 9f00d4205f
commit b580e8f403
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ namespace Vanara.Resources
/// <summary>Gets the resource names.</summary>
/// <param name="type">The type.</param>
/// <returns></returns>
public IList<ResourceId> GetResourceNames(SafeResourceId type) => EnumResourceNamesEx(hLib, type);
public IReadOnlyList<ResourceId> GetResourceNames(SafeResourceId type) => EnumResourceNamesEx(hLib, type);
/// <summary>Gets the bitmap.</summary>
/// <param name="name">The name.</param>