Guest User

Untitled

a guest
Jun 21st, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1.             List<long> idsList = new List<long>()
  2.             {
  3.                 1662056138,
  4.                 1949829356
  5.             };
  6.  
  7.             Dictionary<long, String> apiReturn = api.ConvertIDsToNames(idsList);
Advertisement
Add Comment
Please, Sign In to add comment