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
Values Property
Gets a collection containing the values in the
Dictionary
TKey, TValue
.
Namespace:
System.Collections.Generic
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
Dictionary
TKey, TValue
ValueCollection
Values
{
get
; }
Return Value
Type:
Dictionary
TKey, TValue
ValueCollection
A
Dictionary
TKey, TValue
ValueCollection
containing the values in the
Dictionary
TKey, TValue
.
See Also
Reference
Dictionary
TKey, TValue
Class
System.Collections.Generic Namespace