BetterExplorer.PieChart.LegendConverter.ConvertBack C# (CSharp) 메소드

ConvertBack() 공개 메소드

public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object
		public object ConvertBack(object value, Type targetType,
			object parameter, CultureInfo culture) {
			throw new NotImplementedException();
		}
	}
LegendConverter