| ESentTargetDictionaryKeys Property |
Namespace: SandcastleBuilder.Components.TargetsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public override ICollection<string> Keys { get; }
Public Overrides ReadOnly Property Keys As ICollection(Of String)
Get
public:
virtual property ICollection<String^>^ Keys {
ICollection<String^>^ get () override;
}
abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get
Return Value
Type:
ICollectionStringAn
ICollectionT containing the keys of the object that implements
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueKeysSee Also