Compartir a través de


MethodCallCodeFragmentExtensions.GetRequiredUsings Método

Definición

Obtiene las instrucciones using necesarias para esta llamada de método.

[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)

Parámetros

methodCall
MethodCallCodeFragment

La llamada al método .

Devoluciones

Usings.

Atributos

Se aplica a