System.Dynamic.Utils.TypeExtensions.GetTypeCode C# (CSharp) Method

GetTypeCode() public static method

public static GetTypeCode ( this type ) : TypeCode
type this
return TypeCode
        public static TypeCode GetTypeCode(this Type type) => Type.GetTypeCode(type);
    }