@@ -6,9 +6,9 @@ extensions:
6
6
- ["System", "Console", False, "Read", "", "", "ReturnValue", "local", "manual"]
7
7
- ["System", "Console", False, "ReadKey", "", "", "ReturnValue", "local", "manual"]
8
8
- ["System", "Console", False, "ReadLine", "", "", "ReturnValue", "local", "manual"]
9
- - ["System", "Environment", False, "ExpandEnvironmentVariables", "", "", "ReturnValue", "environment", "manual"]
10
- - ["System", "Environment", False, "GetCommandLineArgs", "", "", "ReturnValue", "commandargs", "manual"]
11
- - ["System", "Environment", False, "get_CommandLine", "", "", "ReturnValue", "commandargs", "manual"]
9
+ - ["System", "Environment", False, "ExpandEnvironmentVariables", "(System.String) ", "", "ReturnValue", "environment", "manual"]
10
+ - ["System", "Environment", False, "GetCommandLineArgs", "() ", "", "ReturnValue", "commandargs", "manual"]
11
+ - ["System", "Environment", False, "get_CommandLine", "() ", "", "ReturnValue", "commandargs", "manual"]
12
12
- ["System", "Environment", False, "GetEnvironmentVariable", "", "", "ReturnValue", "environment", "manual"]
13
13
- ["System", "Environment", False, "GetEnvironmentVariables", "", "", "ReturnValue", "environment", "manual"]
14
14
- addsTo :
0 commit comments