InMemoryTargetDictionaryValues 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: 2024.12.21.0
public override ICollection<Target> Values { get; }

Return Value

ICollectionTarget
An ICollectionT containing the values in the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueValues

See Also