TypeConverter::StandardValuesCollection::Count Property
.NET Framework (current version)
Gets the number of objects in the collection.
Assembly: System (in System.dll)
The Count property can be used to set the limits of a loop that iterates through a collection of objects. Since collection is zero-based, be sure to use Count - 1 as the upper bound of the loop.
.NET Framework
Available since 1.1
Available since 1.1
Show: