Click or drag to resize

ISharedDictionaryTKey, TValueKeys Property

Namespace:  EBP.Framework.Common.Interfaces.Shared
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
ISharedCollection<TKey> Keys { get; }

Return Value

Type: ISharedCollectionTKey
An ICollectionT containing the keys of the object that implements IDictionaryTKey, TValue.
See Also