ApiExplorerModel 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ApiExplorerModel() |
建立新的 ApiExplorerModel。 |
ApiExplorerModel(ApiExplorerModel) |
建立新的 ApiExplorerModel ,其中包含從 |
ApiExplorerModel()
建立新的 ApiExplorerModel。
public:
ApiExplorerModel();
public ApiExplorerModel ();
Public Sub New ()
適用於
ApiExplorerModel(ApiExplorerModel)
建立新的 ApiExplorerModel ,其中包含從 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)
參數
- other
- ApiExplorerModel
要複製的 ApiExplorerModel。