Ejemplo n.º 1
0
 public static ISwitch <TKey, TValue> Create <TKey, TValue>()
 {
     return(DefaultSwitch <TKey, TValue> .Create());
 }
Ejemplo n.º 2
0
 public static ISwitch <TKey, TValue> Create <TKey, TValue>(IDictionary <TKey, TValue> dictionary)
 {
     return(DefaultSwitch <TKey, TValue> .Create(dictionary));
 }