I was just playing around with hash tables and I did this:
$C = @{color = [System.Collections.ArrayList]@(@{y = \'yellow\'},@{y = \'blue\'})}
and