Open sandboxFocus

Class MethodExtensions

Extension methods for the IMethod interface.

Inheritance
MethodExtensions
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class MethodExtensions

Methods

Name Description
GetAsyncInfo(IMethod)
GetIteratorInfo(IMethod)

Determines whether a method is a yield-based iterator and returns an IteratorInfo value exposing details about the iterator.