RankedMapTKey, TValueValues Property |
Namespace: Kaos.Collections
public RankedMapTKey, TValueValueCollection 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}");