MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​CollectionsIIndexer­Collection
Open sandboxFocus

IIndexerCollection Interface

Read-only list of IIndexer.

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

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

Extension Methods

MethodCollectionExtensions.OfExactSignature(IIndexerCollection, IIndexer)
EnumerableExtensions.Cache<T>(IEnumerable<T>)
EnumerableExtensions.SelectManyRecursive<T>(IEnumerable<T>, Func<T, IEnumerable<T>?>, bool)
EnumerableExtensions.SelectManyRecursiveDistinct<T>(IEnumerable<T>, Func<T, IEnumerable<T>?>, bool)
EnumerableExtensions.SelectManyRecursiveDistinct<T>(IEnumerable<T>, Func<T, IEnumerable<T>?>, IEqualityComparer<T>, bool)
EnumerableExtensions.SelectRecursive<T>(IEnumerable<T>, Func<T, T?>)
EnumerableExtensions.WhereNotNull<T>(IEnumerable<T?>)