LazyDictionary<TKey, TValue>::Values Property
Namespace:
Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
public: property ICollection<TValue>^ Values { virtual ICollection<TValue>^ get() sealed; }
Property Value
Type: System.Collections.Generic::ICollection<TValue>^Implements
IDictionary<TKey, TValue>::Values
Show: