IMethodCallCodeFragment Interface

Definition

Represents a call to a method.

public interface IMethodCallCodeFragment
type IMethodCallCodeFragment = interface
Public Interface IMethodCallCodeFragment
Derived

Properties

Arguments

Gets the method call's arguments.

ChainedCall

Gets the next method call to chain after this.

DeclaringType

Gets the name of the method's declaring type.

Method

Gets the method's name.

TypeArguments

Gets the method call's generic type arguments.

Applies to