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