mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +02:00
AlwaysInclude required methods
This commit is contained in:
parent
ed80a8d88b
commit
72064e7dc2
1 changed files with 2 additions and 0 deletions
|
@ -243,6 +243,7 @@ namespace System
|
|||
}
|
||||
}
|
||||
|
||||
[AlwaysInclude]
|
||||
public static String[] CreateParamsArray()
|
||||
{
|
||||
char8* cmdLine = GetCommandLineArgs();
|
||||
|
@ -347,6 +348,7 @@ namespace System
|
|||
return strVals;
|
||||
}
|
||||
|
||||
[AlwaysInclude]
|
||||
public static void DeleteStringArray(String[] arr)
|
||||
{
|
||||
for (var str in arr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue