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