IMethod Interface
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
Definition
Defines a contract for accessing method metadata.
public interface IMethod : IMethodBase, IVirtualTypeMember
- Extends
- Implemented by
Properties
| ImplementedMethod | Gets the interface method that this method implements, if any. |
| IsAsync | Gets a value indicating whether the method is asynchronous. |
| IsExtension | Gets a value indicating whether the method is an extension method. |
| IsGenericMethod | Gets a value indicating whether the method is generic. |
| IsReadOnly | Gets a value indicating whether the method is read-only. |
| OverriddenMethod | Gets the base method that this method overrides, if any. |
| TypeParameters | Gets the type parameters declared by the method if it is generic. |
Methods
Extension Methods