if i try to
$g = [System.Collections.Generic.List[char[]]]@()
$g.AddRange([char[]]@('1','2'))
i get this
Cannot convert argument "collection", with value: "System.Char[]", for "AddRange" to type "System.Collections.Generic.IEnumerable`1[System.Char[]]"