Resolve(Type) Method
Resolves an instance of the specified type.
public object Resolve(Type type)
- Namespace
- Spectre
.Console .Testing - Containing Type
- FakeTypeResolver
Parameters
- Type type
- The type to resolve.
Returns
- object