public class Item
{
public double findMe{ get; set; }
public int? iMayBeNull { get; set; }
}
public Dictionary<int, ICollection<Item>> TheDictionary{ get; set; }
...
TheDictionary dict = new Dictionary<int, ICollection<Item>>();
在“i May BeNull”的“i May BeNull”的收集中,Im试图找到“findMe”的最低价值。
I can t seem to wrap my head around this one.
任何指导都将受到高度赞赏。