I have been pushing into the .NET framework in PowerShell, and I have hit something that I don\'t understand. This works fine:
$foo = New-Object \"System.Col
In PowerShell 2.0 the new way to create a Dictionary is:
Dictionary
$object = New-Object 'system.collections.generic.dictionary[string,int]'