Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created October 4, 2019 12:31
Show Gist options
  • Save PrateekKumarSingh/12776888c98dada6a9e6fa0b564fdb1d to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/12776888c98dada6a9e6fa0b564fdb1d to your computer and use it in GitHub Desktop.
# Method 6 - Using Dictionary PowerShell Type Accelarator
$Dictionary = [System.Collections.Generic.Dictionary[string,int]]::new()
$Dictionary.id = 101
$Dictionary.age = 29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment