CommonCommandLineModel Constructors

Definition

Overloads

CommonCommandLineModel()
CommonCommandLineModel(CommonCommandLineModel)

CommonCommandLineModel()

protected:
 CommonCommandLineModel();
protected CommonCommandLineModel ();
Protected Sub New ()

Applies to

CommonCommandLineModel(CommonCommandLineModel)

protected:
 CommonCommandLineModel(Microsoft::VisualStudio::Web::CodeGenerators::Mvc::CommonCommandLineModel ^ copyFrom);
protected CommonCommandLineModel (Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel copyFrom);
new Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel
Protected Sub New (copyFrom As CommonCommandLineModel)

Parameters

Applies to