IMethodCallCodeFragment Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework