Property Values
- Namespace
- DisCatSharp.Common
- Assembly
- DisCatSharp.Common.dll
Values
Gets the collection of all values present in this dictionary.
public IEnumerable<TValue?> Values { get; }
Property Value
- IEnumerable<TValue>
Gets the collection of all values present in this dictionary.
public IEnumerable<TValue?> Values { get; }