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