1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Pass "components" argument as StringView[] in Path.InternalCombine

This commit is contained in:
miere43 2021-10-29 23:10:26 +03:00
parent b10edc6f0a
commit b109396024

View file

@ -297,7 +297,7 @@ namespace System.IO
return .Ok;
}
public static void InternalCombine(String target, params String[] components)
public static void InternalCombine(String target, params StringView[] components)
{
for (var component in components)
{