Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # Method 6 - Using Dictionary PowerShell Type Accelarator
  2. $Dictionary = [System.Collections.Generic.Dictionary[string,int]]::new()
  3. $Dictionary.id = 101
  4. $Dictionary.age = 29
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement