C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
ICollection(T) Interface
ICollection(T) Properties
Count Property
IsReadOnly Property
ICollection
T
Count Property
Gets the number of elements contained in the
ICollection
T
.
Namespace:
System.Collections.Generic
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
T
.
See Also
Reference
ICollection
T
Interface
System.Collections.Generic Namespace