ClassFuncExtensions
Class
Holds extension methods for delegates.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public static class FuncExtensions
Inheritance: objectFuncExtensions
Methods
ToTypedResultFunc<T, TResult>(Func<T, TResult>)
Converts the given function to an untyped one that has a strongly-typed return value.
ToUntypedBooleanFunc<T>(Func<T, bool>)
Converts the given function to untyped one.
ToUntypedFunc<T, TResult>(Func<T, TResult>)
Converts the given function to untyped one.
ToUntypedTwoParameterFunc<T1, T2, TResult>(Func<T1, T2, TResult>)
Converts the given function to untyped one.