Example #1
0
 public static SwithCaseExt.SwithCase <TCase, TOther> Case <TCase, TOther>(this SwithCaseExt.SwithCase <TCase, TOther> sc, TCase option, TOther other) where TCase : IEquatable <TCase>
 {
     return(sc.Case <TCase, TOther>(option, other, true));
 }