C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections
ArrayList Class
ArrayList Properties
Capacity Property
Count Property
ArrayList
Count Property
Gets the number of elements actually contained in the
ArrayList
.
Namespace:
System.Collections
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
virtual
int
Count
{
get
; }
Return Value
Type:
Int32
The number of elements actually contained in the
ArrayList
.
Implements
ICollection
Count
See Also
Reference
ArrayList Class
System.Collections Namespace