Guest User

Untitled

a guest
Aug 14th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. ImmutableDictionary<int, int> d = ImmutableDictionary<int, int>.Empty;
  2. bool b = d.TryAdd(1, 1);
Add Comment
Please, Sign In to add comment