ApiExplorerModel コンストラクター

定義

オーバーロード

ApiExplorerModel()

新しい ApiExplorerModel を作成します。

ApiExplorerModel(ApiExplorerModel)

からotherコピーされたプロパティを持つ新しい ApiExplorerModel を作成します。

ApiExplorerModel()

新しい ApiExplorerModel を作成します。

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

適用対象

ApiExplorerModel(ApiExplorerModel)

からotherコピーされたプロパティを持つ新しい ApiExplorerModel を作成します。

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)

パラメーター

other
ApiExplorerModel

コピーする ApiExplorerModel

適用対象