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