csharp linq to dictionary

Code Example - csharp linq to dictionary

                
                        var dict = TableObj.ToDictionary( t => t.Key, t => t.TimeStamp );