mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-29 12:55:59 +02:00
Renamed Add(Span<T>) to AddRange(Span<T>)
This commit is contained in:
parent
01201c3acb
commit
50cff34fc6
2 changed files with 2 additions and 2 deletions
|
@ -340,7 +340,7 @@ namespace System
|
|||
if (regType == Windows.REG_BINARY)
|
||||
{
|
||||
gotData = true;
|
||||
outData.Add(regData);
|
||||
outData.AddRange(regData);
|
||||
}
|
||||
});
|
||||
if (!gotData)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue