Refactoring GetFunction
* Uses GetFunction<'TDelegate>() rather than GetFunction<'TDelegate>(string)
  if typeof('TDelegate).Name equals to entryPoint.
  This may enhance readability.
Loading
Please sign in to comment
* Uses GetFunction<'TDelegate>() rather than GetFunction<'TDelegate>(string)
  if typeof('TDelegate).Name equals to entryPoint.
  This may enhance readability.