MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​CollectionsIMember­Collection<T>
Open sandboxFocus

IMemberCollection<T> Interface

Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
public interface IMemberCollection<out T> : IMemberOrNamedTypeCollection<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : IMember
Type Parameters
Name Description
T

Properties

Name Description
DeclaringType

Extension Methods

EnumerableExtensions.Cache<T>(IEnumerable<T>)
EnumerableExtensions.SelectManyRecursiveDistinct<T>(IEnumerable<T>, Func<T, IEnumerable<T>?>, IEqualityComparer<T>, bool)