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