"For a more complex TreeView<T> where T is unknown and can be any number of types, it is better to leverage star projection for type T." How do I use this? When I try to create a
treeView
using star projection it says I cannot use star projection as a type argument. Do I just pass
Any
as a type?