![]() | RankedMap<TKey, TValue>.Values Property |
Namespace: Kaos.Collections
public RankedMap<TKey, TValue> .ValueCollection Values { get; }
// To get the values alone, use the Values property. RankedMap<string,string>.ValueCollection values = fmt.Values; Console.WriteLine ("\nValues:"); foreach (string x in values) Console.WriteLine ($" {x}");