ApiExplorerModel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ApiExplorerModel() |
Creates a new ApiExplorerModel. |
ApiExplorerModel(ApiExplorerModel) |
Creates a new ApiExplorerModel with properties copied from |
ApiExplorerModel()
- Source:
- ApiExplorerModel.cs
- Source:
- ApiExplorerModel.cs
- Source:
- ApiExplorerModel.cs
Creates a new ApiExplorerModel.
public:
ApiExplorerModel();
public ApiExplorerModel ();
Public Sub New ()
Applies to
ApiExplorerModel(ApiExplorerModel)
- Source:
- ApiExplorerModel.cs
- Source:
- ApiExplorerModel.cs
- Source:
- ApiExplorerModel.cs
Creates a new ApiExplorerModel with properties copied from 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)
Parameters
- other
- ApiExplorerModel
The ApiExplorerModel to copy.