List of interfaces implemented by a named type.
Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
public interface IImplementedInterfaceCollection : IReadOnlyCollection<INamedType>, IEnumerable<INamedType>, IEnumerableRemarks
The order of items in this list is undetermined and may change between versions.
Methods
| Name | Description |
|---|---|
| Contains(INamedType) | |
| Contains(Type) | Determines whether the current collection contains a given Type. |