Overload | Description |
---|---|
NotHaveImplicitConversionOperator<TSource,TTarget>(String,Object[]) | Asserts that the current System.Type does not have an implicit conversion operator that converts TSource into TTarget. |
NotHaveImplicitConversionOperator(Type,Type,String,Object[]) | Asserts that the current System.Type does not have an implicit conversion operator that converts sourceType into targetType. |