다음을 통해 공유


IMethodCallCodeFragment 인터페이스

정의

메서드에 대한 호출을 나타냅니다.

public interface IMethodCallCodeFragment
type IMethodCallCodeFragment = interface
Public Interface IMethodCallCodeFragment
파생

속성

Arguments

메서드 호출의 인수를 가져옵니다.

ChainedCall

이후에 체인에 대한 다음 메서드 호출을 가져옵니다.

DeclaringType

메서드 선언 형식의 이름을 가져옵니다.

Method

메서드의 이름을 가져옵니다.

TypeArguments

메서드 호출의 제네릭 형식 인수를 가져옵니다.

적용 대상