CommonCommandLineModel.Clone Method

Definition

public:
 abstract Microsoft::VisualStudio::Web::CodeGenerators::Mvc::CommonCommandLineModel ^ Clone();
public abstract Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel Clone ();
abstract member Clone : unit -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel
Public MustOverride Function Clone () As CommonCommandLineModel

Returns

CommonCommandLineModel

Applies to