Bagikan melalui


ParameterModelBase Konstruktor

Definisi

Overload

ParameterModelBase(ParameterModelBase)

Salin konstruktor.

ParameterModelBase(Type, IReadOnlyList<Object>)

Menginisialisasi instans baru dari ParameterModelBase.

ParameterModelBase(ParameterModelBase)

Sumber:
ParameterModelBase.cs
Sumber:
ParameterModelBase.cs
Sumber:
ParameterModelBase.cs

Salin konstruktor.

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)

Parameter

other
ParameterModelBase

Instans lain yang akan disalin

Berlaku untuk

ParameterModelBase(Type, IReadOnlyList<Object>)

Sumber:
ParameterModelBase.cs
Sumber:
ParameterModelBase.cs
Sumber:
ParameterModelBase.cs

Menginisialisasi instans baru dari 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))

Parameter

parameterType
Type

Jenisnya.

attributes
IReadOnlyList<Object>

Atribut.

Berlaku untuk