Udostępnij za pośrednictwem


NestedClosureCodeFragment Konstruktory

Definicja

Przeciążenia

NestedClosureCodeFragment(String, MethodCallCodeFragment)

Inicjuje nowe wystąpienie klasy NestedClosureCodeFragment.

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

Inicjuje nowe wystąpienie klasy NestedClosureCodeFragment.

NestedClosureCodeFragment(String, MethodCallCodeFragment)

Źródło:
NestedClosureCodeFragment.cs
Źródło:
NestedClosureCodeFragment.cs
Źródło:
NestedClosureCodeFragment.cs
Źródło:
NestedClosureCodeFragment.cs
Źródło:
NestedClosureCodeFragment.cs
Źródło:
NestedClosureCodeFragment.cs
Źródło:
NestedClosureCodeFragment.cs
Źródło:
NestedClosureCodeFragment.cs
Źródło:
NestedClosureCodeFragment.cs

Inicjuje nowe wystąpienie klasy NestedClosureCodeFragment.

public NestedClosureCodeFragment (string parameter, Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment methodCall);
new Microsoft.EntityFrameworkCore.Design.NestedClosureCodeFragment : string * Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> Microsoft.EntityFrameworkCore.Design.NestedClosureCodeFragment
Public Sub New (parameter As String, methodCall As MethodCallCodeFragment)

Parametry

parameter
String

Nazwa zagnieżdżonego parametru zamknięcia.

methodCall
MethodCallCodeFragment

Wywołanie metody używane jako treść zagnieżdżonego zamknięcia.

Dotyczy

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

Źródło:
NestedClosureCodeFragment.cs
Źródło:
NestedClosureCodeFragment.cs
Źródło:
NestedClosureCodeFragment.cs
Źródło:
NestedClosureCodeFragment.cs

Inicjuje nowe wystąpienie klasy NestedClosureCodeFragment.

public NestedClosureCodeFragment (string parameter, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> methodCalls);
new Microsoft.EntityFrameworkCore.Design.NestedClosureCodeFragment : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> -> Microsoft.EntityFrameworkCore.Design.NestedClosureCodeFragment
Public Sub New (parameter As String, methodCalls As IReadOnlyList(Of MethodCallCodeFragment))

Parametry

parameter
String

Nazwa zagnieżdżonego parametru zamknięcia.

methodCalls
IReadOnlyList<MethodCallCodeFragment>

Lista wywołań metody używanych jako treść zagnieżdżonego zamknięcia.

Dotyczy