Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Turtle
0.1.1
Types/Turtle/get_Stack.ps1
if
(
$null
-ne
$this
.
'.Stack'
.
Count
)
{
$this
|
Add-Member
NoteProperty
'.Stack'
(
[Collections.Stack]
::
new
(
)
)
-Force
}
$this
.
'.Stack'