다음을 통해 공유


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

메서드 호출입니다.

반환

usings입니다.

특성

적용 대상