1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-26 03:28:02 +02:00

Merge pull request #1183 from miere43/path-combine-stringview

Pass "components" argument as StringView[] in Path.InternalCombine
This commit is contained in:
Brian Fiete 2021-10-30 06:35:19 -07:00 committed by GitHub
commit fab2216c4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)
{