AttributeCodeFragment 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
AttributeCodeFragment(Type, Object[]) |
Initialise une nouvelle instance de la classe AttributeCodeFragment. |
AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>) |
Initialise une nouvelle instance de la classe AttributeCodeFragment. |
AttributeCodeFragment(Type, Object[])
- Source:
- AttributeCodeFragment.cs
- Source:
- AttributeCodeFragment.cs
- Source:
- AttributeCodeFragment.cs
- Source:
- AttributeCodeFragment.cs
- Source:
- AttributeCodeFragment.cs
Initialise une nouvelle instance de la classe AttributeCodeFragment.
public AttributeCodeFragment (Type type, params object[] arguments);
public AttributeCodeFragment (Type type, params object?[] arguments);
new Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment : Type * obj[] -> Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment
Public Sub New (type As Type, ParamArray arguments As Object())
Paramètres
- type
- Type
Type CLR de l’attribut.
- arguments
- Object[]
Arguments de l’attribut.
S’applique à
AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>)
- Source:
- AttributeCodeFragment.cs
- Source:
- AttributeCodeFragment.cs
- Source:
- AttributeCodeFragment.cs
Initialise une nouvelle instance de la classe AttributeCodeFragment.
public AttributeCodeFragment (Type type, System.Collections.Generic.IEnumerable<object?> arguments, System.Collections.Generic.IDictionary<string,object?> namedArguments);
new Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment : Type * seq<obj> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.EntityFrameworkCore.Design.AttributeCodeFragment
Public Sub New (type As Type, arguments As IEnumerable(Of Object), namedArguments As IDictionary(Of String, Object))
Paramètres
- type
- Type
Type CLR de l’attribut.
- arguments
- IEnumerable<Object>
Arguments positionnels de l’attribut.
- namedArguments
- IDictionary<String,Object>
Arguments nommés de l’attribut.