ApiExplorerModel Oluşturucular

Tanım

Aşırı Yüklemeler

ApiExplorerModel()

Yeni bir ApiExplorerModel oluşturur.

ApiExplorerModel(ApiExplorerModel)

sürümünden otherkopyalanan özelliklerle yeni ApiExplorerModel bir oluşturur.

ApiExplorerModel()

Yeni bir ApiExplorerModel oluşturur.

public:
 ApiExplorerModel();
public ApiExplorerModel ();
Public Sub New ()

Şunlara uygulanır

ApiExplorerModel(ApiExplorerModel)

sürümünden otherkopyalanan özelliklerle yeni ApiExplorerModel bir oluşturur.

public:
 ApiExplorerModel(Microsoft::AspNetCore::Mvc::ApplicationModels::ApiExplorerModel ^ other);
public ApiExplorerModel (Microsoft.AspNetCore.Mvc.ApplicationModels.ApiExplorerModel other);
new Microsoft.AspNetCore.Mvc.ApplicationModels.ApiExplorerModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ApiExplorerModel -> Microsoft.AspNetCore.Mvc.ApplicationModels.ApiExplorerModel
Public Sub New (other As ApiExplorerModel)

Parametreler

other
ApiExplorerModel

Kopyalanacak ApiExplorerModel .

Şunlara uygulanır