Ejemplo n.º 1
0
 public static Speeches GetSpeeches(Speeches.eKey key)
 {
     if (instance._data_Speeches.ContainsKey(key))
     {
         return(_instance._data_Speeches[key]);
     }
     return(null);
 }
Ejemplo n.º 2
0
 public static bool TryGetSpeeches(Speeches.eKey key, out Speeches val)
 {
     return(_instance._data_Speeches.TryGetValue(key, out val));
 }