Поделиться через


MethodCallCodeFragmentExtensions.GetRequiredUsings Метод

Определение

Возвращает инструкции using, необходимые для этого вызова метода.

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

Параметры

methodCall
MethodCallCodeFragment

Вызов метода.

Возвращаемое значение

Методы использования.

Атрибуты

Применяется к