 | ConfigurationDictionaryTKey, TValueKeys Property |
Namespace: SanteDB.Client.ConfigurationAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic ICollection<TKey> Keys { get; }Public ReadOnly Property Keys As ICollection(Of TKey)
Get
public:
virtual property ICollection<TKey>^ Keys {
ICollection<TKey>^ get () sealed;
}abstract Keys : ICollection<'TKey> with get
override Keys : ICollection<'TKey> with get
Return Value
ICollectionTKeyAn
ICollectionT containing the keys of the object that implements
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueKeys
See Also