Skip to content

Commit e5e13c3

Browse files
StartAutomatingStartAutomating
authored andcommitted
enhancement: Extending Microsoft.CodeAnalysis.SyntaxTree (Fixes #549)
1 parent 7d0fcaf commit e5e13c3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
System.Management.Automation.Language.VariableExpressionAst.ConvertFromAST()
2+
----------------------------------------------------------------------------
3+
4+
5+
6+
7+
### Synopsis
8+
Converts a VariablExpressionAST to an object
9+
10+
11+
12+
---
13+
14+
15+
### Description
16+
17+
Converts a VariablExpressionAST to an object, if possible.
18+
19+
Most variables we will not know the value of until we have run.
20+
21+
The current exceptions to the rule are: $true, $false, and $null
22+
23+
24+
25+
---

0 commit comments

Comments
 (0)