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

IMemberOrNamedTypeCollection<T> Interface

Read-only list of IMemberOrNamedType.

Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface IMemberOrNamedTypeCollection<out T>
    where T : IMemberOrNamedType
Type Parameters
Name Description
T
Remarks

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

Methods

Name Description
OfName(String)

Gets the set of members of a given name. Note that for named types, the short name will be matched, as opposed to the full, namespace-prefixed name.