Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public struct mystruct {
  2. int key;
  3. string value;
  4. }
  5.  
  6. Dictionary<int, List<string>> mydictionary;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement