Read-only list of IMemberOrNamedType.
Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
public interface IMemberOrNamedTypeCollection<out T> : INamedDeclarationCollection<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : IMemberOrNamedTypeType Parameters
| Name | Description |
|---|---|
| T |
Remarks
The order of items in this list is undetermined and may change between versions.