ObservableDictionaryTKey, TValueValues Property |
Gets the collection of values in the dictionary. See Values.
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public ICollection<TValue> Values { get; }
Public ReadOnly Property Values As ICollection(Of TValue)
Get
public:
virtual property ICollection<TValue>^ Values {
ICollection<TValue>^ get () sealed;
}
abstract Values : ICollection<'TValue> with get
override Values : ICollection<'TValue> with get
Return Value
Type:
ICollectionTValue Documentation in progress...
Implements
IDictionaryTKey, TValueValuesSee Also