CmdLine.Extensions.IsNumeric C# (CSharp) Метод

IsNumeric() публичный статический Метод

public static IsNumeric ( this type ) : bool
type this
Результат bool
        public static bool IsNumeric(this Type type)
        {
            return _numericTypes.Contains(type);
        }