Interface ITypeFinder
public interface ITypeFinder
- Extension Methods
Methods
Discover<T>(Func<T>, object[], Type[])
T Discover<T>(Func<T> fallback, object[] constructorValues, Type[] constructorTypes) where T : class
Parameters
Returns
- T
Type Parameters
T