Created
October 4, 2019 12:31
-
-
Save PrateekKumarSingh/12776888c98dada6a9e6fa0b564fdb1d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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