ParameterModel 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ParameterModel(ParameterModel) |
初始化新的 ParameterModel。 |
ParameterModel(ParameterInfo, IReadOnlyList<Object>) |
初始化新的 ParameterModel。 |
ParameterModel(ParameterModel)
初始化新的 ParameterModel。
public:
ParameterModel(Microsoft::AspNetCore::Mvc::ApplicationModels::ParameterModel ^ other);
public ParameterModel (Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModel other);
new Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModel -> Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModel
Public Sub New (other As ParameterModel)
參數
- other
- ParameterModel
要複製的參數模型。
適用於
ParameterModel(ParameterInfo, IReadOnlyList<Object>)
初始化新的 ParameterModel。
public:
ParameterModel(System::Reflection::ParameterInfo ^ parameterInfo, System::Collections::Generic::IReadOnlyList<System::Object ^> ^ attributes);
public ParameterModel (System.Reflection.ParameterInfo parameterInfo, System.Collections.Generic.IReadOnlyList<object> attributes);
new Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModel : System.Reflection.ParameterInfo * System.Collections.Generic.IReadOnlyList<obj> -> Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModel
Public Sub New (parameterInfo As ParameterInfo, attributes As IReadOnlyList(Of Object))
參數
- parameterInfo
- ParameterInfo
參數資訊。
- attributes
- IReadOnlyList<Object>
屬性。