namespace tlang { public class TArray : TObject { public TArray() { } public List Items {get;set;}=new List(); } }