Click or drag to resize
Sandcastle Help File BuilderESentTargetDictionaryKeys Property

Namespace: SandcastleBuilder.Components.Targets
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public override ICollection<string> Keys { get; }

Return Value

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

Implements

IDictionaryTKey, TValueKeys
See Also