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