TargetTypeDictionary.Values Property

Gets an ICollection<T> containing the values in the IDictionary<TKey, TValue>.

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public ICollection<Target> Values { get; }

Return Value

ICollection<Target>
An ICollection<T> containing the values in the object that implements IDictionary<TKey, TValue>.

Implements

IDictionary<TKey, TValue>.Values

See Also