public static bool IsValueType(this System.Type t) { return(XTypesBasic.IsValueType(t)); }
/// <summary> /// Gets whether the specified type is a valuetype /// </summary> public bool IsValueType(Type type) { return(XTypesBasic.IsValueType(type)); }