Aegir.Converter.KeyframeTimelinePositionConverter.ConvertBack C# (CSharp) Method

ConvertBack() public method

public ConvertBack ( object value, Array targetTypes, object parameter, CultureInfo culture ) : object[]
value object
targetTypes Array
parameter object
culture CultureInfo
return object[]
        public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
        {
            throw new NotImplementedException();
        }
    }
KeyframeTimelinePositionConverter