| ESentTargetDictionaryValues Property |
Namespace: SandcastleBuilder.Components.TargetsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public override ICollection<Target> Values { get; }
Public Overrides ReadOnly Property Values As ICollection(Of Target)
Get
public:
virtual property ICollection<Target^>^ Values {
ICollection<Target^>^ get () override;
}
abstract Values : ICollection<Target> with get
override Values : ICollection<Target> with get
Return Value
Type:
ICollectionTargetAn
ICollectionT containing the values in the object that implements
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueValuesSee Also