Table of Contents

Interface IModelFactory

Namespace
McMaster.Extensions.CommandLineUtils.SourceGeneration
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.