次の方法で共有


ParameterModel コンストラクター

定義

オーバーロード

ParameterModel(ParameterModel)

新しい ParameterModel を初期化します。

ParameterModel(ParameterInfo, IReadOnlyList<Object>)

新しい ParameterModel を初期化します。

ParameterModel(ParameterModel)

ソース:
ParameterModel.cs
ソース:
ParameterModel.cs
ソース:
ParameterModel.cs

新しい 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.cs
ソース:
ParameterModel.cs
ソース:
ParameterModel.cs

新しい 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>

属性。

適用対象