Click or drag to resize

ConfigurationDictionaryTKey, TValueKeys Property

Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.

Namespace: SanteDB.Client.Configuration
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public ICollection<TKey> Keys { get; }

Return Value

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

Implements

IDictionaryTKey, TValueKeys
See Also