LazyDictionary<TKey, TValue>.Values Property
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public ICollection<TValue> Values { get; }
public:
property ICollection<TValue>^ Values {
virtual ICollection<TValue>^ get() sealed;
}
abstract Values : ICollection<'TValue> with get
override Values : ICollection<'TValue> with get
Public ReadOnly Property Values As ICollection(Of TValue)
Property Value
Type: System.Collections.Generic.ICollection<TValue>
Implements
IDictionary<TKey, TValue>.Values
See Also
LazyDictionary<TKey, TValue> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top