PersistentDictionaryTKey, TValueValues Property |
Gets a read-only collection of values in the dictionary.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ICollection<TValue> Values { get; }
Public ReadOnly Property Values As ICollection(Of TValue)
Get
public:
property ICollection<TValue>^ Values {
ICollection<TValue>^ get ();
}
member Values : ICollection<'TValue> with get
Property Value
Type:
ICollectionTValueSee Also