I can define an array as a generic list like this
$array = [Collections.Generic.List[String]]@()
And I can define an element in a hash table as