TargetTypeDictionary.Keys Property

Gets an ICollection<T> containing the keys of 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<string> Keys { get; }

Return Value

ICollection<String>
An ICollection<T> containing the keys of the object that implements IDictionary<TKey, TValue>.

Implements

IDictionary<TKey, TValue>.Keys

See Also