I have collection of dictionaries.
public class Bills
{
public Dictionary<string, string> billList { get; set; }
}
From the list of instances of this class 'Bill' List<Bills> allBills
, how would I get all the records where key equals 'User' and name equals 'Nick'