Partager via


MethodCallCodeFragmentExtensions.GetRequiredUsings Méthode

Définition

Obtient les instructions using requises pour cet appel de méthode.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragmentExtensions+<GetRequiredUsings>d__0))]
public static System.Collections.Generic.IEnumerable<string> GetRequiredUsings (this Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment methodCall);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragmentExtensions+<GetRequiredUsings>d__0))>]
static member GetRequiredUsings : Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> seq<string>
<Extension()>
Public Iterator Function GetRequiredUsings (methodCall As MethodCallCodeFragment) As IEnumerable(Of String)

Paramètres

methodCall
MethodCallCodeFragment

Appel de méthode.

Retours

Utilisations.

Attributs

S’applique à