Interface IModelAccessor
- Namespace
- McMaster.Extensions.CommandLineUtils.Abstractions
- Assembly
- McMaster.Extensions.CommandLineUtils.dll
Provides access to a command line application model.
public interface IModelAccessor
Methods
GetModel()
Gets the model.
object GetModel()
Returns
- object
The model.
GetModelType()
Gets the type of the model.
Type GetModelType()
Returns
- Type
The type.