Target DictionaryKeys 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: 2026.1.20.0
An ICollectionT containing the keys of the object that implements IDictionaryTKey, TValue.
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public abstract ICollection<string> Keys { get; }VB
Public MustOverride ReadOnly Property Keys As ICollection(Of String)
GetC++
public:
virtual property ICollection<String^>^ Keys {
ICollection<String^>^ get () abstract;
}F#
abstract Keys : ICollection<string> with getReturn Value
ICollectionStringAn ICollectionT containing the keys of the object that implements IDictionaryTKey, TValue.