Exemplo n.º 1
0
        public static MapType ToFull(MapType type)
        {
            var i = SettingHalf.IndexOf(type);

            if (i > -1)
            {
                return(SettingFull[i]);
            }
            return(type);
        }
Exemplo n.º 2
0
 public static bool IsHalf(MapType type)
 => SettingHalf.Contains(type);