Remove type data for `System.Array` type · Issue #3222 · PowerShell/PowerShell

Type data for System.Array type contains single alias property Count -> Length. It was good for consistency, as ICollection.Count is implemented explicitly by arrays and was not visible while other...