Bagikan melalui


ApiExplorerModel Konstruktor

Definisi

Overload

ApiExplorerModel()

Membuat baru ApiExplorerModel.

ApiExplorerModel(ApiExplorerModel)

Membuat baru ApiExplorerModel dengan properti yang disalin dari other.

ApiExplorerModel()

Sumber:
ApiExplorerModel.cs
Sumber:
ApiExplorerModel.cs
Sumber:
ApiExplorerModel.cs

Membuat baru ApiExplorerModel.

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

Berlaku untuk

ApiExplorerModel(ApiExplorerModel)

Sumber:
ApiExplorerModel.cs
Sumber:
ApiExplorerModel.cs
Sumber:
ApiExplorerModel.cs

Membuat baru ApiExplorerModel dengan properti yang disalin dari other.

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)

Parameter

other
ApiExplorerModel

yang akan disalin ApiExplorerModel .

Berlaku untuk