Target Type DictionaryValues Property
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
An ICollectionT containing the values in the object that implements IDictionaryTKey, TValue.
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public ICollection<Target> Values { get; }VB
Public ReadOnly Property Values As ICollection(Of Target)
GetC++
public:
virtual property ICollection<Target^>^ Values {
ICollection<Target^>^ get () sealed;
}F#
abstract Values : ICollection<Target> with get
override Values : ICollection<Target> with getReturn Value
ICollectionTargetAn ICollectionT containing the values in the object that implements IDictionaryTKey, TValue.