mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01:38 +00:00
Try a backslash to fix formatting
This commit is contained in:
parent
8cba5570bd
commit
67e2ff0162
@ -244,7 +244,7 @@ function New-Website() {
|
|||||||
'string' | gm
|
'string' | gm
|
||||||
|
|
||||||
# Syntax for calling static .NET methods
|
# Syntax for calling static .NET methods
|
||||||
[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic')
|
\[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic')
|
||||||
|
|
||||||
# Note that .NET functions MUST be called with parentheses
|
# Note that .NET functions MUST be called with parentheses
|
||||||
# while PS functions CANNOT be called with parentheses.
|
# while PS functions CANNOT be called with parentheses.
|
||||||
|
Loading…
Reference in New Issue
Block a user