TypeConverter.StandardValuesCollection.Count 属性

定义

获取集合中的对象数。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

属性值

集合中 对象的数目。

实现

注解

属性 Count 可用于设置循环访问 对象集合的循环的限制。 由于集合是从零开始的,因此请务必使用 Count - 1 作为循环的上限。

适用于

另请参阅