Skip to content

v1.1 Release of ListFunctions

Choose a tag to compare

@Yevrag35 Yevrag35 released this 07 Aug 22:08
· 88 commits to master since this release

Introduces 2 new functions:

  • New-List
    • An easier way to create a 'System.Collections.Generic.List<T>' in PowerShell
  • New-HashSet
    • An easier way to create a 'System.Collections.Generic.HashSet<T>' in PowerShell (MSDocs)
    • Complete with a method for customizing equality checking using [scriptblock]