Gets a collection containing the values in the dictionary.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public ICollection<TValue> Values { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Values As ICollection(Of TValue) Get |
| Visual C++ |
|---|
public: virtual property ICollection<TValue>^ Values { ICollection<TValue>^ get () sealed; } |