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