fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. static readonly System.Collections.Generic.Dictionary<string, bool> dict = new System.Collections.Generic.Dictionary<string, bool>();
  6. public static void Main()
  7. {
  8. bool x = dict.TryGetValue("test", out x);
  9. }
  10. }
Success #stdin #stdout 0.01s 33640KB
stdin
Standard input is empty
stdout
Standard output is empty