C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
Dictionary(TKey, TValue).KeyCollection Class
KeyCollection Properties
Count Property
Dictionary
TKey
,
TValue
KeyCollection
Count Property
Gets the number of elements contained in the
Dictionary
TKey, TValue
KeyCollection
.
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
KeyCollection
.Retrieving the value of this property is an O(1) operation.
Implements
ICollection
T
Count
ICollection
Count
See Also
Reference
Dictionary
TKey, TValue
KeyCollection Class
System.Collections.Generic Namespace