Interface IModelFactory
- Assembly
- McMaster.Extensions.CommandLineUtils.dll
Factory for creating model instances without reflection.
public interface IModelFactory
Methods
Create()
Creates a new model instance.
object Create()
Returns
- object
A new instance of the model.