ParameterModel 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
ParameterModel(ParameterModel) |
Initialise un nouveau ParameterModel. |
ParameterModel(ParameterInfo, IReadOnlyList<Object>) |
Initialise un nouveau ParameterModel. |
ParameterModel(ParameterModel)
- Source:
- ParameterModel.cs
- Source:
- ParameterModel.cs
- Source:
- ParameterModel.cs
Initialise un nouveau 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)
Paramètres
- other
- ParameterModel
Modèle de paramètre à copier.
S’applique à
ParameterModel(ParameterInfo, IReadOnlyList<Object>)
- Source:
- ParameterModel.cs
- Source:
- ParameterModel.cs
- Source:
- ParameterModel.cs
Initialise un nouveau 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))
Paramètres
- parameterInfo
- ParameterInfo
Informations de paramètre.
- attributes
- IReadOnlyList<Object>
Attributs.