In Windows PowerShell, you most likely have used arrays and hash tables. The latter is simply a different kind of an array called an associative array. When using arrays, you may have a requirement to ...
Arrays implement ICollection, IEnumerable, and IList interfaces, but not all the members defined by those interface contracts are supported. SZArrays provide the most support. 06/23/2008 SZArray Multi ...