ITypeResolver Interface
Represents a type resolver.
public interface ITypeResolver
- Namespace
- Spectre
.Console .Cli - Implementing Types
Methods
-
abstract object Resolve
(Type) - Resolves an instance of the specified type.
Extension Methods
-
T And
< I Type Resolver> (Action < I Type Resolver> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.