AttributeCodeFragment Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AttributeCodeFragment(Type, Object[]) |
Inicjuje nowe wystąpienie klasy AttributeCodeFragment. |
AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>) |
Inicjuje nowe wystąpienie klasy AttributeCodeFragment. |
AttributeCodeFragment(Type, Object[])
- Źródło:
- AttributeCodeFragment.cs
- Źródło:
- AttributeCodeFragment.cs
- Źródło:
- AttributeCodeFragment.cs
- Źródło:
- AttributeCodeFragment.cs
- Źródło:
- AttributeCodeFragment.cs
Inicjuje nowe wystąpienie klasy 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())
Parametry
- type
- Type
Typ CLR atrybutu.
- arguments
- Object[]
Argumenty atrybutu.
Dotyczy
AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>)
- Źródło:
- AttributeCodeFragment.cs
- Źródło:
- AttributeCodeFragment.cs
- Źródło:
- AttributeCodeFragment.cs
Inicjuje nowe wystąpienie klasy 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))
Parametry
- type
- Type
Typ CLR atrybutu.
- arguments
- IEnumerable<Object>
Argumenty pozycyjne atrybutu.
- namedArguments
- IDictionary<String,Object>
Argumenty nazwane atrybutu.