AddFunction(string,Func<TResult, T1>)
Last updated
Was this helpful?
Method in Actions
public void AddFunction<TResult, T1>(string name, Func<TResult, T1> implementation);string name
System.Func<TResult, T1> implementation
Last updated
Was this helpful?
Was this helpful?
