TargetTypeDictionaryKeys Property

Gets an ICollectionT containing the keys of the IDictionaryTKey, 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

ICollectionString
An ICollectionT containing the keys of the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueKeys

See Also