Click or drag to resize
Sandcastle Help File BuilderSqlDictionaryTValueKeys Property

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

Return Value

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

Implements

IDictionaryTKey, TValueKeys
Remarks
This property is not implemented
See Also