How to initiate List<List<String>>?

Hi.

“new List(of (new List(of String)))” was an error.
Please advice.

This one?

new List(Of List(Of String))()

Solved. Thank you.