Interface IModelAccessor
Provides access to a command line application model.
Namespace: McMaster.Extensions.CommandLineUtils.Abstractions
Assembly: McMaster.Extensions.CommandLineUtils.dll
Syntax
public interface IModelAccessor
  Methods
| Improve this Doc View SourceGetModel()
Gets the model.
Declaration
object GetModel()
  Returns
| Type | Description | 
|---|---|
| System.Object | The model.  | 
      
GetModelType()
Gets the type of the model.
Declaration
Type GetModelType()
  Returns
| Type | Description | 
|---|---|
| System.Type | The type.  |