var pruned = etimes.Where(entry => Convert.ToInt64(entry.Value) >=
Convert.ToInt64(stime)).ToDictionary(entry => entry.Key,
entry => entry.Value);
LINQ Where, , , ( , ). ToDictionary thwe IEnumerable<KeyValuePair<TKey, TValue>> Dictionary<TKey, TValue> , , , - - KeyValuePair ( ). , , / .