ParameterModelBase 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ParameterModelBase(ParameterModelBase) |
복사 생성자입니다. |
ParameterModelBase(Type, IReadOnlyList<Object>) |
ParameterModelBase의 새 인스턴스를 초기화합니다. |
ParameterModelBase(ParameterModelBase)
- Source:
- ParameterModelBase.cs
- Source:
- ParameterModelBase.cs
- Source:
- 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
복사할 다른 instance
적용 대상
ParameterModelBase(Type, IReadOnlyList<Object>)
- Source:
- ParameterModelBase.cs
- Source:
- ParameterModelBase.cs
- Source:
- 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>
특성입니다.