CalculatedPropertyCreateTSource, TTarget Method (IEnumerableIPropertyINotifyPropertyChanged, TSource, FuncIEnumerableTSource, TTarget, IPropertyNotifyPropertyChanged, TTarget) |
Namespace: Lawo.ComponentModel
public static CalculatedProperty<TTarget> Create<TSource, TTarget>( IEnumerable<IProperty<INotifyPropertyChanged, TSource>> sources, Func<IEnumerable<TSource>, TTarget> toTarget, IProperty<NotifyPropertyChanged, TTarget> target )
Exception | Condition |
---|---|
ArgumentNullException | At least one of the arguments is equal to null. |