How to create an instance of an generic class in PowerShell
Sometimes you may need to create instances of generic classes in PowerShell. Like this (in C ): There is a generic class used in the code above: System.Collection.Generic.List. If…
1 article
Sometimes you may need to create instances of generic classes in PowerShell. Like this (in C ): There is a generic class used in the code above: System.Collection.Generic.List. If…