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
コピーするもう 1 つのインスタンス
適用対象
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>
属性。