The following code, gets the result, but I'm in 7.5:
$l=[System.Collections.Generic.List[string[]]]::new() $l.Add("one") $l.Add("two") $l.Add("three") $l