MethodCallCodeFragmentExtensions.GetRequiredUsings Method

Definition

Gets the using statements required for this method call.

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

Parameters

methodCall
MethodCallCodeFragment

The method call.

Returns

The usings.

Attributes

Applies to