次の方法で共有


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

コピーするもう 1 つのインスタンス

適用対象

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>

属性。

適用対象