Click or drag to resize

ISharedDictionaryTKey, TValueValues 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<TValue> Values { get; }

Return Value

Type: ISharedCollectionTValue
An ICollectionT containing the values in the object that implements IDictionaryTKey, TValue.
See Also