Open sandboxFocus

Interface INamedTypeCollection

Read-only list of INamedType.

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

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

Methods

Name Description
OfTypeDefinition(INamedType)

Gets the types in the collection that are derived from a given generic type, taking any type instance into account.

Extension Methods