@@ -6,9 +6,9 @@ extensions:
66 - ["System", "Console", False, "Read", "", "", "ReturnValue", "local", "manual"]
77 - ["System", "Console", False, "ReadKey", "", "", "ReturnValue", "local", "manual"]
88 - ["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"]
1212 - ["System", "Environment", False, "GetEnvironmentVariable", "", "", "ReturnValue", "environment", "manual"]
1313 - ["System", "Environment", False, "GetEnvironmentVariables", "", "", "ReturnValue", "environment", "manual"]
1414 - addsTo :
0 commit comments