Guest User

Untitled

a guest
Jul 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. using Microsoft.VisualBasic;
  2. using System.Collections.Generic;
  3.  
  4. namespace ConsoleApp1
  5. {
  6. internal class Program
  7. {
  8. private static void Main (string[] args)
  9. {
  10. List<int> l;
  11. VBCodeProvider vbcp;
  12.  
  13. l.Add(10);
  14. vbcp.Dispose();
  15. }
  16. }
  17. }
Add Comment
Please, Sign In to add comment