In the case of a data table, the Repeat control provides a variable number of rows depending on the number of objects in the basecollection.
就数据表而言,Repeat控件根据基本集合中对象的数量提供一个变化的行数。
2
Using generic collections is generally recommended, because you gain the immediate benefit of type safety without having to derive from a basecollection type and implement type-specific members.