ConvertBack() public method

Not supported.
public ConvertBack ( object value, Type targetTypes, object parameter, System culture ) : object[]
value object Not supported.
targetTypes System.Type Not supported.
parameter object Not supported.
culture System Not supported.
return object[]
 public void ConvertBack()
 {
     var converter = new AreEqualMultiValueConverter();
     Assert.AreEqual(null, converter.ConvertBack(null, new[] {typeof (object)}, null, null));
 }