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