共用方式為


ParameterModelBase 建構函式

定義

多載

ParameterModelBase(ParameterModelBase)

複製建構函式。

ParameterModelBase(Type, IReadOnlyList<Object>)

初始化 ParameterModelBase 的新執行個體。

ParameterModelBase(ParameterModelBase)

來源:
ParameterModelBase.cs
來源:
ParameterModelBase.cs
來源:
ParameterModelBase.cs

複製建構函式。

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.cs
來源:
ParameterModelBase.cs
來源:
ParameterModelBase.cs

初始化 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>

屬性。

適用於