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);
        }