Method in Actions
public void AddFunction<TResult>(string name, Func<TResult> implementation);
string name
string
Func<TResult> implementation
Func<TResult>
Last updated 3 months ago
Was this helpful?