Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
XpandPwsh
1.212.0.4
Private/Attributes.ps1
using
namespace
Mono.Cecil
;
class
CmdLetTag
:
Attribute
{
CmdLetTag
(
)
{
$this
.
Tags
=
@(
)
}
CmdLetTag
(
[string[]]
$Tags
)
{
$this
.
Tags
=
$Tags
}
[string[]]
$Tags
}