.children is just a property (in this case its read only) to get the children you must first have the table as a variable (say UITable myTable) and then you could do List<Transform> tableChildren = myTable.children;