A collection of named elements.
Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
[InternalImplement]
[CompileTime]
public interface INamedDeclarationCollection<out T> : IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : INamedDeclarationType Parameters
| Name | Description |
|---|---|
| T |
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. |