다음을 통해 공유


ParameterModel 생성자

정의

오버로드

ParameterModel(ParameterModel)

ParameterModel를 초기화합니다.

ParameterModel(ParameterInfo, IReadOnlyList<Object>)

ParameterModel를 초기화합니다.

ParameterModel(ParameterModel)

Source:
ParameterModel.cs
Source:
ParameterModel.cs
Source:
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>)

Source:
ParameterModel.cs
Source:
ParameterModel.cs
Source:
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>

특성입니다.

적용 대상