views:

82

answers:

1

For example:

function TestThis()
{
    [MySpecialCustomAttribute]
    [CmdletBinding()]
    Param(...)
    Process{...}

}
+1  A: 

I don't think so.

Shay Levy