We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ce340 commit 76086c4Copy full SHA for 76086c4
1 file changed
src/public/ConvertTo-Hashset.ps1
@@ -24,7 +24,7 @@ $set = Get-Values |ConvertTo-Hashset
24
Returns a hashset of values from the pipeline.
25
#>
26
27
-[CmdletBinding()][OutputType([HashSet`1])] Param(
+[CmdletBinding()][OutputType([System.Collections.Generic.HashSet`1])] Param(
28
# A collection to build a HashSet from.
29
[Parameter(ParameterSetName='FromCollection',Position=0,Mandatory=$true)][Collections.IEnumerable] $FromCollection,
30
# Values from pipeline to build a HashSet from.
0 commit comments