Guest User

Untitled

a guest
Dec 16th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. var userSharedContent = NSUserDefaults.StandardUserDefaults;
  2. var symbols = await DatabaseManager.Instance.GetRecentCoinsAsync(5); // returns list of tuples
  3. var listOfStrings = symbols.Select(o => o.symbol).ToList(); // take strings for tuples and conver it to List()
  4.  
  5. userSharedContent.SetValueForUndefinedKey()
Add Comment
Please, Sign In to add comment