StringCollection.Count Property
.NET Framework (current version)
Gets the number of strings contained in the StringCollection.
Assembly: System (in System.dll)
Implements
ICollection.CountRetrieving the value of this property is an O(1) operation.
The following code example copies a StringCollection to an array.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: