mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 19:48:01 +02:00
Merge pull request #1183 from miere43/path-combine-stringview
Pass "components" argument as StringView[] in Path.InternalCombine
This commit is contained in:
commit
fab2216c4d
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ namespace System.IO
|
||||||
return .Ok;
|
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)
|
for (var component in components)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue