ParameterModelBase Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ParameterModelBase(ParameterModelBase) |
Constructeur de copie. |
ParameterModelBase(Type, IReadOnlyList<Object>) |
Initialise une nouvelle instance d'un objet ParameterModelBase. |
ParameterModelBase(ParameterModelBase)
- Source:
- ParameterModelBase.cs
- Source:
- ParameterModelBase.cs
- Source:
- ParameterModelBase.cs
Constructeur de copie.
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)
Paramètres
- other
- ParameterModelBase
L’autre instance à copier
S’applique à
ParameterModelBase(Type, IReadOnlyList<Object>)
- Source:
- ParameterModelBase.cs
- Source:
- ParameterModelBase.cs
- Source:
- ParameterModelBase.cs
Initialise une nouvelle instance d'un objet 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))
Paramètres
- parameterType
- Type
Type.
- attributes
- IReadOnlyList<Object>
Attributs.