File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,29 @@ The command information. This will include the path to the file.
2727| --------------| --------| -------| --------------|
2828| ``` [Object] ``` | true | 1 | true (ByValue)|
2929---
30+ #### ** Parameter**
31+
32+ A dictionary of parameters.
33+
34+
35+
36+ | Type | Requried| Postion| PipelineInput|
37+ | -------------------| --------| -------| -------------|
38+ | ``` [IDictionary] ``` | false | 2 | false |
39+ ---
40+ #### ** ArgumentList**
41+
42+ A list of arguments.
43+
44+
45+
46+ | Type | Requried| Postion| PipelineInput|
47+ | ------------------| --------| -------| -------------|
48+ | ``` [PSObject[]] ``` | false | 3 | false |
49+ ---
3050### Syntax
3151``` PowerShell
32- Inline.Razor [-CommandInfo] <Object> [<CommonParameters>]
52+ Inline.Razor [-CommandInfo] <Object> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [ <CommonParameters>]
3353```
3454---
3555
You can’t perform that action at this time.
0 commit comments