Just putting stuff I find out over here, so I can remember and find them more easily.
private Dictionary<int, Customer> DataSupport { get; set; } foreach (KeyValuePair<int, Customer> customer in DataSupport) { int key = customer.Key; Customer value = customer.Value; }
No comments:
Post a Comment