SyntaxFix
Write A Post
Hire A Developer
Questions
Try using the ToDictionary method like so:
ToDictionary
var dict = TableObj.ToDictionary( t => t.Key, t => t.TimeStamp );