Open sandboxFocus

Interface IMethodCollection

Read-only list of IMethod.

Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
public interface IMethodCollection : IMemberCollection<IMethod>, IMemberOrNamedTypeCollection<IMethod>, INamedDeclarationCollection<IMethod>, IReadOnlyCollection<IMethod>, IEnumerable<IMethod>, IEnumerable
Remarks

The order of items in this list is undetermined and may change between versions.

Methods

Name Description
OfKind(MethodKind)
OfKind(OperatorKind)

Extension Methods