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: 23.1.416.0 (23.1.416.0)
Syntaxpublic 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:
ICollectionTValue
See Also