How to Add List<string> to GH_Structure?

Hi,

how can a List

List<string>

be added to a Tree

GH_Structure<IGH_Goo>

Unfortunatly GH_Structure object accept only types of IGH_Goo not a SystemCollection.Generic.

Could you use a List of GH_String instead?
grafik

sorry for late response…works after converting string to GH_String