Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. Stack<int> s = new Stack<int>();
  2. Stack<string> s2 = new Stack<string>();
  3. Stack<Contact> s3 = new Stack<Contact>();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement