Mono.MoonlightTypeConverter.IsAssignableToIConvertible C# (CSharp) Method

IsAssignableToIConvertible() public static method

public static IsAssignableToIConvertible ( Type type ) : bool
type System.Type
return bool
		public static bool IsAssignableToIConvertible (Type type)
		{
			return typeof (IConvertible).IsAssignableFrom (type);
		}