Extension methods for the IMethod interface.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class MethodExtensionsMethods
| Name | Description |
|---|---|
| GetAsyncInfo(IMethod) | |
| GetIteratorInfo(IMethod) | Determines whether a method is a |
| HasCovariantReturnType(IMethod) | Determines whether a method override has a covariant return type with respect to the base implementation. |
| HasCovariantType(IPropertyOrIndexer) | Determines whether a read-only property or indexer override has a covariant type with respect to the base implementation. |